]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ocfs2: Always update xattr search when creating bucket.
authorTao Ma <tao.ma@oracle.com>
Fri, 5 Dec 2008 01:14:10 +0000 (09:14 +0800)
committerMark Fasheh <mfasheh@suse.com>
Tue, 16 Dec 2008 22:07:37 +0000 (14:07 -0800)
commit83099bc647688d816c2f7fac8e51921bdfe8db73
treeeddc2db5ca87f41f1b529e799d9670564172f825
parent1bda71282ded6a2e09a2db7c8884542fb46bfd4f
ocfs2: Always update xattr search when creating bucket.

When we create xattr bucket during the process of xattr set, we always
need to update the ocfs2_xattr_search since even if the bucket size is
the same as block size, the offset will change because of the removal
of the ocfs2_xattr_block header.

Signed-off-by: Tao Ma <tao.ma@oracle.com>
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
fs/ocfs2/xattr.c