From: Joel Becker Date: Tue, 9 Dec 2008 23:58:35 +0000 (-0800) Subject: ocfs2: Use ocfs2_xattr_value_buf in ocfs2_xattr_set_entry(). X-Git-Tag: v2.6.29-rc1~505^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=512620f44df85df87348fc9a6fc54fcaa254b8d3;p=pandora-kernel.git ocfs2: Use ocfs2_xattr_value_buf in ocfs2_xattr_set_entry(). ocfs2_xattr_set_entry is the function that knows what type of block it is setting into. This is what we wanted from ocfs2_xattr_value_buf. Plus, moving the value buf up into ocfs2_xattr_set_entry() allows us to pass it into ocfs2_xattr_set_value_outside() and ocfs2_xattr_cleanup(). Signed-off-by: Joel Becker Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed