diff options
Diffstat (limited to 'fs/btrfs')
-rw-r--r-- | fs/btrfs/tree-log.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/tree-log.c b/fs/btrfs/tree-log.c index 78f6254ac2d9..6d9ec285644d 100644 --- a/fs/btrfs/tree-log.c +++ b/fs/btrfs/tree-log.c | |||
@@ -2092,7 +2092,7 @@ int btrfs_sync_log(struct btrfs_trans_handle *trans, | |||
2092 | * the running transaction open, so a full commit can't hop | 2092 | * the running transaction open, so a full commit can't hop |
2093 | * in and cause problems either. | 2093 | * in and cause problems either. |
2094 | */ | 2094 | */ |
2095 | write_ctree_super(trans, root->fs_info->tree_root, 2); | 2095 | write_ctree_super(trans, root->fs_info->tree_root, 1); |
2096 | ret = 0; | 2096 | ret = 0; |
2097 | 2097 | ||
2098 | out_wake_log_root: | 2098 | out_wake_log_root: |