X-Git-Url: https://bbs.cooldavid.org/git/?a=blobdiff_plain;f=fs%2Fbtrfs%2Fsuper.c;h=38d91c7e8db2e5ca47b4faf18558c00f6695bdec;hb=a22285a6;hp=55265c24ab96188b8eededac0ede1fc6b4b27b0c;hpb=f0486c68e4bd9a06a5904d3eeb3a0d73a83befb8;p=net-next-2.6.git diff --git a/fs/btrfs/super.c b/fs/btrfs/super.c index 55265c24ab9..38d91c7e8db 100644 --- a/fs/btrfs/super.c +++ b/fs/btrfs/super.c @@ -498,7 +498,7 @@ int btrfs_sync_fs(struct super_block *sb, int wait) btrfs_start_delalloc_inodes(root, 0); btrfs_wait_ordered_extents(root, 0, 0); - trans = btrfs_start_transaction(root, 1); + trans = btrfs_start_transaction(root, 0); ret = btrfs_commit_transaction(trans, root); return ret; }