From: Tiger Yang Date: Tue, 9 Dec 2008 08:42:51 +0000 (+0800) Subject: ocfs2: calculate and reserve credits for xattr value in mknod X-Git-Tag: v2.6.29-rc1~505^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e445b6fe93c723fe8093fd04ddfeb11ae2de082;p=pandora-kernel.git ocfs2: calculate and reserve credits for xattr value in mknod We extend the credits for xattr's large value in set_value_outside before, this can give rise to a credits issue when we set one security entry and two acl entries duing mknod. As we remove extend_trans form set_value_outside, we must calculate and reserve the credits for xattr's large value in mknod. Signed-off-by: Tiger Yang Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed