commit | 3fc12afa0cea5dc8845487b685165c89934ca1eb | [log] [tgz] |
---|---|---|
author | Joel Becker <joel.becker@oracle.com> | Tue Aug 18 13:20:27 2009 -0700 |
committer | Joel Becker <joel.becker@oracle.com> | Fri Feb 26 15:41:11 2010 -0800 |
tree | 170fc4aa9c3d0e8d0d95c69de53a0ea689450bf5 | |
parent | 9dc474005d0e34cf21d4b510f347e3942f24b021 [diff] |
ocfs2: Provide ocfs2_xa_fill_value_buf() for external value processing We use the ocfs2_xattr_value_buf structure to manage external values. It lets the value tree code do its work regardless of the containing storage. ocfs2_xa_fill_value_buf() initializes a value buf from an ocfs2_xa_loc entry. Signed-off-by: Joel Becker <joel.becker@oracle.com>