diff options
Diffstat (limited to 'fs/btrfs/super.c')
-rw-r--r-- | fs/btrfs/super.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/btrfs/super.c b/fs/btrfs/super.c index 6080a8133d7..8970e9a8215 100644 --- a/fs/btrfs/super.c +++ b/fs/btrfs/super.c | |||
@@ -473,7 +473,10 @@ static int btrfs_sync_fs(struct super_block *sb, int wait) | |||
473 | struct btrfs_trans_handle *trans; | 473 | struct btrfs_trans_handle *trans; |
474 | struct btrfs_root *root; | 474 | struct btrfs_root *root; |
475 | int ret; | 475 | int ret; |
476 | |||
476 | sb->s_dirt = 0; | 477 | sb->s_dirt = 0; |
478 | return 0; | ||
479 | |||
477 | root = btrfs_sb(sb); | 480 | root = btrfs_sb(sb); |
478 | trans = btrfs_start_transaction(root, 1); | 481 | trans = btrfs_start_transaction(root, 1); |
479 | ret = btrfs_commit_transaction(trans, root); | 482 | ret = btrfs_commit_transaction(trans, root); |