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)
commit19b801f45fa5e4840b9be3dcf1e73b08f35b04d9
treec91eb5ab422dd176847d30c5ba07cd9c939179f2
parentd72cc72d57ecaf9047da51269dabd6880c1399ac
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