From: Josef Bacik Date: Wed, 8 Dec 2010 17:22:34 +0000 (-0500) Subject: Btrfs: fixup return code for btrfs_del_orphan_item X-Git-Tag: v2.6.37-rc6~30^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e1fea731da8c1b5fcf5d8e157befd389b030760;p=pandora-kernel.git Btrfs: fixup return code for btrfs_del_orphan_item If the orphan item doesn't exist, we return 1, which doesn't make any sense to the callers. Instead return -ENOENT if we didn't find the item. Thanks, Signed-off-by: Josef Bacik --- Reading git-diff-tree failed