ocfs2: Pass value buf to ocfs2_remove_value_outside().
authorJoel Becker <joel.becker@oracle.com>
Wed, 10 Dec 2008 00:24:43 +0000 (16:24 -0800)
committerMark Fasheh <mfasheh@suse.com>
Mon, 5 Jan 2009 16:40:33 +0000 (08:40 -0800)
commit4311901daabe1d0f22cfcf86c57ad450f14b4e9f
tree1c4bfbbc288ca085bf58bfad339956ab4cc9a946
parent512620f44df85df87348fc9a6fc54fcaa254b8d3
ocfs2: Pass value buf to ocfs2_remove_value_outside().

ocfs2_remove_value_outside() needs to know the type of buffer it is
looking at.  Pass in an 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