From: Tao Ma Date: Thu, 11 Dec 2008 00:54:11 +0000 (+0800) Subject: ocfs2: Narrow the transaction for deleting xattrs from a bucket. X-Git-Tag: v2.6.29-rc1~505^2~51 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88c3b0622acf82c7c86fbc066e81e15edc7c1685;p=pandora-kernel.git ocfs2: Narrow the transaction for deleting xattrs from a bucket. We move the transaction into the loop because in ocfs2_remove_extent, we will double the credits in function ocfs2_extend_rotate_transaction. So if we have a large loop number, we will soon waste much the journal space. Signed-off-by: Tao Ma Signed-off-by: Joel Becker Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed