commit | 6c3faba4421e230d77a181c260972229c542dec9 | [log] [tgz] |
---|---|---|
author | Tiger Yang <tiger.yang@oracle.com> | Fri Nov 14 11:16:03 2008 +0800 |
committer | Mark Fasheh <mfasheh@suse.com> | Mon Jan 05 08:34:19 2009 -0800 |
tree | a36c271b5cd82a696cac6b3c774d62fddb997801 | |
parent | f5d362022a947e84b0a3dd656d09c6b2322e234f [diff] |
ocfs2: add ocfs2_xattr_set_handle This function is used to set xattr's in a started transaction. It is only called during inode creation inode for initial security/acl xattrs of the new inode. These xattrs could be put into ibody or extent block, so xattr bucket would not be use in this case. Signed-off-by: Tiger Yang <tiger.yang@oracle.com> Signed-off-by: Mark Fasheh <mfasheh@suse.com>