ocfs2: add ocfs2_xattr_set_handle
authorTiger Yang <tiger.yang@oracle.com>
Fri, 14 Nov 2008 03:16:03 +0000 (11:16 +0800)
committerMark Fasheh <mfasheh@suse.com>
Mon, 5 Jan 2009 16:34:19 +0000 (08:34 -0800)
commit6c3faba4421e230d77a181c260972229c542dec9
treea36c271b5cd82a696cac6b3c774d62fddb997801
parentf5d362022a947e84b0a3dd656d09c6b2322e234f
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>
fs/ocfs2/xattr.c
fs/ocfs2/xattr.h