]> git.baikalelectronics.ru Git - kernel.git/commit
ocfs2: Pass ocfs2_xattr_value_buf into ocfs2_xattr_value_truncate().
authorJoel Becker <joel.becker@oracle.com>
Tue, 9 Dec 2008 23:01:04 +0000 (15:01 -0800)
committerMark Fasheh <mfasheh@suse.com>
Mon, 5 Jan 2009 16:40:32 +0000 (08:40 -0800)
commitf8f18d64a99f2bb8fff9074d7b3b957ac87fd5fd
tree00431340f37700a04aa02007da1cf2bcfd0a734e
parentc54cfdf12e504f444ab82d930b09915ed1a9f28d
ocfs2: Pass ocfs2_xattr_value_buf into ocfs2_xattr_value_truncate().

The callers of ocfs2_xattr_value_truncate() now pass in
ocfs2_xattr_value_bufs.  These callers are the ones that calculated the
xv location, so they are the right starting point.

Signed-off-by: Joel Becker <joel.becker@oracle.com>
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
fs/ocfs2/xattr.c