From 403706ede254832b1f63739ac9c45f9966097f2d Mon Sep 17 00:00:00 2001 From: Chris Mason Date: Thu, 12 Feb 2009 09:45:08 -0500 Subject: [PATCH] --- yaml --- r: 131436 b: refs/heads/master c: e1df36d2f18254d0690a0fbe036cece74ec311b8 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/btrfs/super.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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;