|
@@ -379,7 +379,6 @@ int btrfs_sync_fs(struct super_block *sb, int wait)
|
|
btrfs_start_delalloc_inodes(root);
|
|
btrfs_start_delalloc_inodes(root);
|
|
btrfs_wait_ordered_extents(root, 0);
|
|
btrfs_wait_ordered_extents(root, 0);
|
|
|
|
|
|
- btrfs_clean_old_snapshots(root);
|
|
|
|
trans = btrfs_start_transaction(root, 1);
|
|
trans = btrfs_start_transaction(root, 1);
|
|
ret = btrfs_commit_transaction(trans, root);
|
|
ret = btrfs_commit_transaction(trans, root);
|
|
sb->s_dirt = 0;
|
|
sb->s_dirt = 0;
|