commit | 3a29bc0928003674f45b4fe625b4d0738a22c60d | [log] [tgz] |
---|---|---|
author | Chris Mason <clm@fb.com> | Mon Apr 07 07:10:40 2014 -0700 |
committer | Chris Mason <clm@fb.com> | Mon Apr 07 09:08:50 2014 -0700 |
tree | 9be59ad2a1bf07c20e4ebaeea90e43ce455a039f | |
parent | a1ecaabbf90cf4e93eb2b50aef3d07ab630c6fb1 [diff] |
Btrfs: fix EINVAL checks in btrfs_clone btrfs_drop_extents can now return -EINVAL, but only one caller in btrfs_clone was checking for it. This adds it to the caller for inline extents, which is where we really need it. Signed-off-by: Chris Mason <clm@fb.com>