diff options
Diffstat (limited to 'fs/btrfs/super.c')
-rw-r--r-- | fs/btrfs/super.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/btrfs/super.c b/fs/btrfs/super.c index 726d6871fa13..5e28cf5c2e85 100644 --- a/fs/btrfs/super.c +++ b/fs/btrfs/super.c | |||
@@ -365,7 +365,6 @@ int btrfs_sync_fs(struct super_block *sb, int wait) | |||
365 | return 0; | 365 | return 0; |
366 | } | 366 | } |
367 | btrfs_clean_old_snapshots(root); | 367 | btrfs_clean_old_snapshots(root); |
368 | btrfs_defrag_dirty_roots(root->fs_info); | ||
369 | trans = btrfs_start_transaction(root, 1); | 368 | trans = btrfs_start_transaction(root, 1); |
370 | ret = btrfs_commit_transaction(trans, root); | 369 | ret = btrfs_commit_transaction(trans, root); |
371 | sb->s_dirt = 0; | 370 | sb->s_dirt = 0; |