+1
−1
+12
−3
+2
−1
+31
−16
+3
−1
Loading
If we cannot truncate an inode for some reason we will never delete the orphan
item associated with that inode, which means that we will loop forever in
btrfs_orphan_cleanup. Instead of doing this just return error so we fail to
mount. It sucks, but hey it's better than hanging. Thanks,
Signed-off-by:
Josef Bacik <josef@redhat.com>