commit | 78f30c314a74b9dc5d7368d96fe4be883d9a3a04 | [log] [tgz] |
---|---|---|
author | Tao Ma <tao.ma@oracle.com> | Wed Nov 12 08:27:00 2008 +0800 |
committer | Mark Fasheh <mfasheh@suse.com> | Mon Jan 05 08:34:19 2009 -0800 |
tree | 07904e23f2d2c1287869daecc9f27052b71d67a5 | |
parent | c73f60f900ddf73ec4ea2a143829ab97242c4e8c [diff] |
ocfs2/xattr: Reserve meta/data at the beginning of ocfs2_xattr_set. In ocfs2 xattr set, we reserve metadata and clusters in any place they are needed. It is time-consuming and ineffective, so this patch try to reserve metadata and clusters at the beginning of ocfs2_xattr_set. Signed-off-by: Tao Ma <tao.ma@oracle.com> Signed-off-by: Mark Fasheh <mfasheh@suse.com>