From: Tao Ma Date: Wed, 12 Nov 2008 00:27:00 +0000 (+0800) Subject: ocfs2/xattr: Reserve meta/data at the beginning of ocfs2_xattr_set. X-Git-Tag: v2.6.29-rc1~505^2~119 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78f30c314a74b9dc5d7368d96fe4be883d9a3a04;p=pandora-kernel.git 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 Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed