commit | 7e1fea731da8c1b5fcf5d8e157befd389b030760 | [log] [tgz] |
---|---|---|
author | Josef Bacik <josef@redhat.com> | Wed Dec 08 12:22:34 2010 -0500 |
committer | Josef Bacik <josef@redhat.com> | Thu Dec 09 13:57:15 2010 -0500 |
tree | 85800034e3b0f8262dd51e128264bec5ce30aed2 | |
parent | b8399dee478db7939cd0d6fda8ecacddf2facd03 [diff] |
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 <josef@redhat.com>