From: Miao Xie Date: Thu, 11 Feb 2010 08:06:58 +0000 (+0000) Subject: btrfs: fix btrfs_mkdir goto for no free objectids X-Git-Tag: v2.6.34-rc2~21^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0be2e98173f8badd5ccc7c2e994891746ba1caf4;p=pandora-kernel.git btrfs: fix btrfs_mkdir goto for no free objectids btrfs_mkdir() must jump to the place of ending transaction after btrfs_find_free_objectid() failed. Or this transaction can't end. Signed-off-by: Miao Xie Signed-off-by: Chris Mason --- Reading git-diff-tree failed