diff options
Diffstat (limited to 'fs/btrfs/relocation.c')
-rw-r--r-- | fs/btrfs/relocation.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/relocation.c b/fs/btrfs/relocation.c index cfcc93c93a7b..975fdd33ac41 100644 --- a/fs/btrfs/relocation.c +++ b/fs/btrfs/relocation.c | |||
@@ -3755,6 +3755,7 @@ out: | |||
3755 | BTRFS_DATA_RELOC_TREE_OBJECTID); | 3755 | BTRFS_DATA_RELOC_TREE_OBJECTID); |
3756 | if (IS_ERR(fs_root)) | 3756 | if (IS_ERR(fs_root)) |
3757 | err = PTR_ERR(fs_root); | 3757 | err = PTR_ERR(fs_root); |
3758 | btrfs_orphan_cleanup(fs_root); | ||
3758 | } | 3759 | } |
3759 | return err; | 3760 | return err; |
3760 | } | 3761 | } |