]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2e4d3ea69c3877ae660994d6915d69ad18c129ca
tree1c4bfbbc288ca085bf58bfad339956ab4cc9a946
parent1147c2f46feb4c2a1c307215413f2c17cd056a6a
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