aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/relocation.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/btrfs/relocation.c')
-rw-r--r--fs/btrfs/relocation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/relocation.c b/fs/btrfs/relocation.c
index 31ade5802ae8..c863c8447015 100644
--- a/fs/btrfs/relocation.c
+++ b/fs/btrfs/relocation.c
@@ -4209,7 +4209,7 @@ out:
4209 if (IS_ERR(fs_root)) 4209 if (IS_ERR(fs_root))
4210 err = PTR_ERR(fs_root); 4210 err = PTR_ERR(fs_root);
4211 else 4211 else
4212 btrfs_orphan_cleanup(fs_root); 4212 err = btrfs_orphan_cleanup(fs_root);
4213 } 4213 }
4214 return err; 4214 return err;
4215} 4215}