commit | 90cb546cada68bb8c2278afdb4b65c2ac11f2877 | [log] [tgz] |
---|---|---|
author | Tao Ma <tao.ma@oracle.com> | Fri Dec 05 06:20:56 2008 +0800 |
committer | Mark Fasheh <mfasheh@suse.com> | Mon Jan 05 08:40:36 2009 -0800 |
tree | 68f70ca93bf16cd20fbb039fa17cd4d3828a7df7 | |
parent | 4b3f6209bf9eec46fe5ebb168718fef5c443c157 [diff] |
ocfs2/xattr: fix credits calculation during index create When creating a xattr index block, the old calculation forget to add credits for the meta change of the alloc file. So add more credits and more comments to explain it. Signed-off-by: Tao Ma <tao.ma@oracle.com> Signed-off-by: Mark Fasheh <mfasheh@suse.com>