ocfs2: alloc xattr bucket in ocfs2_xattr_set_handle
authorTiger Yang <tiger.yang@oracle.com>
Tue, 9 Dec 2008 08:43:08 +0000 (16:43 +0800)
committerMark Fasheh <mfasheh@suse.com>
Mon, 5 Jan 2009 16:40:36 +0000 (08:40 -0800)
commit008aafaf0b4aa0476da483e3c6e3edbe951811ff
tree2c9ac5e471a66938ed26b46220ab72ef06073112
parent0e445b6fe93c723fe8093fd04ddfeb11ae2de082
ocfs2: alloc xattr bucket in ocfs2_xattr_set_handle

In extreme situation, may need xattr bucket for setting
security entry and acl entries during mknod. This only
happens when block size is too small.

Signed-off-by: Tiger Yang <tiger.yang@oracle.com>
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
fs/ocfs2/xattr.c