]> git.baikalelectronics.ru Git - kernel.git/commit
ocfs2: Pull ocfs2_xattr_value_buf up into ocfs2_xattr_value_truncate().
authorJoel Becker <joel.becker@oracle.com>
Tue, 9 Dec 2008 22:36:50 +0000 (14:36 -0800)
committerMark Fasheh <mfasheh@suse.com>
Mon, 5 Jan 2009 16:40:32 +0000 (08:40 -0800)
commitc54cfdf12e504f444ab82d930b09915ed1a9f28d
treec91eb5ab422dd176847d30c5ba07cd9c939179f2
parent13f568cfc94b77ddb3ee0037750998891ee2630a
ocfs2: Pull ocfs2_xattr_value_buf up into ocfs2_xattr_value_truncate().

Place an ocfs2_xattr_value_buf in ocfs2_xattr_value_truncate() and pass
it down to ocfs2_xattr_shrink_size().  We can also pass it into
ocfs2_xattr_extend_allocation(), replacing its ocfs2_xattr_value_buf.

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