From: Tsutomu Itoh Date: Tue, 19 Jul 2011 07:27:20 +0000 (+0000) Subject: Btrfs: return error to caller when btrfs_unlink() failes X-Git-Tag: v3.1-rc1~82^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b532402e4d147e4f409c4e7f50d4413e8450101d;p=pandora-kernel.git Btrfs: return error to caller when btrfs_unlink() failes When btrfs_unlink_inode() and btrfs_orphan_add() in btrfs_unlink() are error, the error code is returned to the caller instead of BUG_ON(). Signed-off-by: Tsutomu Itoh Signed-off-by: Chris Mason --- Reading git-diff-tree failed