From: Joel Becker Date: Tue, 18 Aug 2009 02:56:01 +0000 (-0700) Subject: ocfs2: Handle value tree roots in ocfs2_xa_set_inline_value() X-Git-Tag: v2.6.34-rc1~214^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9dc474005d0e34cf21d4b510f347e3942f24b021;p=pandora-kernel.git ocfs2: Handle value tree roots in ocfs2_xa_set_inline_value() Previously the xattr code would send in a fake value, containing a tree root, to the function that installed name+value pairs. Instead, we pass the real value to ocfs2_xa_set_inline_value(), and it notices that the value cannot fit. Thus, it installs a tree root. Signed-off-by: Joel Becker --- Reading git-diff-tree failed