ocfs2: Pass value buf to ocfs2_xattr_update_entry().
authorJoel Becker <joel.becker@oracle.com>
Tue, 9 Dec 2008 23:46:15 +0000 (15:46 -0800)
committerMark Fasheh <mfasheh@suse.com>
Mon, 5 Jan 2009 16:40:33 +0000 (08:40 -0800)
commit0c748e95327d00e9eb19d0f34b32147ecbc02137
tree25a5a4e27bcceaf11c70dedfc3fe476c16c73346
parentb3e5d37905730dc5ddff717f55ed830caa80ea0e
ocfs2: Pass value buf to ocfs2_xattr_update_entry().

ocfs2_xattr_update_entry() updates the entry portion of an xattr buffer.
This can be part of multiple metadata block types, so pass the buffer in
via 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