commit | 83099bc647688d816c2f7fac8e51921bdfe8db73 | [log] [tgz] |
---|---|---|
author | Tao Ma <tao.ma@oracle.com> | Fri Dec 05 09:14:10 2008 +0800 |
committer | Mark Fasheh <mfasheh@suse.com> | Tue Dec 16 14:07:37 2008 -0800 |
tree | eddc2db5ca87f41f1b529e799d9670564172f825 | |
parent | 1bda71282ded6a2e09a2db7c8884542fb46bfd4f [diff] |
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>