commit | dedefd7215d3ec451291ca393e5c8e4c1882c8c6 | [log] [tgz] |
---|---|---|
author | Josef Bacik <josef@redhat.com> | Mon Jan 24 21:43:18 2011 +0000 |
committer | Chris Mason <chris.mason@oracle.com> | Fri Jan 28 16:40:37 2011 -0500 |
tree | 45ab482f3fa6896fc63051c356399d45e5ea8140 | |
parent | abd30bb0af9d4671506502278e8631bed9e3c35c [diff] |
Btrfs: fix check_path_shared so it returns the right value When running xfstests 224 I kept getting ENOSPC when trying to remove the files, and this is because we were returning ret from check_path_shared while it was uninitalized, which isn't right. Fix this to return 0 properly, and now xfstests 224 doesn't freak out when it tries to clean itself up. Thanks, Signed-off-by: Josef Bacik <josef@redhat.com> Signed-off-by: Chris Mason <chris.mason@oracle.com>