aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/dev-replace.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/btrfs/dev-replace.c')
-rw-r--r--fs/btrfs/dev-replace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/dev-replace.c b/fs/btrfs/dev-replace.c
index eadf859934fe..55c15f31d00d 100644
--- a/fs/btrfs/dev-replace.c
+++ b/fs/btrfs/dev-replace.c
@@ -696,7 +696,7 @@ static int btrfs_dev_replace_finishing(struct btrfs_fs_info *fs_info,
696 696
697 /* replace the sysfs entry */ 697 /* replace the sysfs entry */
698 btrfs_sysfs_rm_device_link(fs_info->fs_devices, src_device); 698 btrfs_sysfs_rm_device_link(fs_info->fs_devices, src_device);
699 btrfs_rm_dev_replace_free_srcdev(fs_info, src_device); 699 btrfs_rm_dev_replace_free_srcdev(src_device);
700 700
701 /* write back the superblocks */ 701 /* write back the superblocks */
702 trans = btrfs_start_transaction(root, 0); 702 trans = btrfs_start_transaction(root, 0);