diff options
Diffstat (limited to 'fs/btrfs/super.c')
-rw-r--r-- | fs/btrfs/super.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/super.c b/fs/btrfs/super.c index 9601d25a4607..8f7c03db1f8d 100644 --- a/fs/btrfs/super.c +++ b/fs/btrfs/super.c | |||
@@ -1413,6 +1413,7 @@ static int btrfs_remount(struct super_block *sb, int *flags, char *data) | |||
1413 | * this also happens on 'umount -rf' or on shutdown, when | 1413 | * this also happens on 'umount -rf' or on shutdown, when |
1414 | * the filesystem is busy. | 1414 | * the filesystem is busy. |
1415 | */ | 1415 | */ |
1416 | cancel_work_sync(&fs_info->async_reclaim_work); | ||
1416 | 1417 | ||
1417 | /* wait for the uuid_scan task to finish */ | 1418 | /* wait for the uuid_scan task to finish */ |
1418 | down(&fs_info->uuid_tree_rescan_sem); | 1419 | down(&fs_info->uuid_tree_rescan_sem); |