diff --git a/[refs] b/[refs] index 10b87cc518bc..fde2d058dcaa 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 536ac8ae86e68bb5574d7cc81c7d229a86b82601 +refs/heads/master: e1df36d2f18254d0690a0fbe036cece74ec311b8 diff --git a/trunk/fs/btrfs/super.c b/trunk/fs/btrfs/super.c index 66b8341e2dba..19a4daf03ccb 100644 --- a/trunk/fs/btrfs/super.c +++ b/trunk/fs/btrfs/super.c @@ -379,7 +379,6 @@ int btrfs_sync_fs(struct super_block *sb, int wait) btrfs_start_delalloc_inodes(root); btrfs_wait_ordered_extents(root, 0); - btrfs_clean_old_snapshots(root); trans = btrfs_start_transaction(root, 1); ret = btrfs_commit_transaction(trans, root); sb->s_dirt = 0;