commit | 9dc474005d0e34cf21d4b510f347e3942f24b021 | [log] [tgz] |
---|---|---|
author | Joel Becker <joel.becker@oracle.com> | Mon Aug 17 19:56:01 2009 -0700 |
committer | Joel Becker <joel.becker@oracle.com> | Fri Feb 26 15:41:10 2010 -0800 |
tree | f19e028c6f500802623a5c8256c64e434a79a2be | |
parent | 69a3e539d083ac09aec92b8705b8ff2c2e5c810c [diff] |
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 <joel.becker@oracle.com>