diff options
author | Liu Bo <bo.li.liu@oracle.com> | 2012-09-14 04:58:07 -0400 |
---|---|---|
committer | Chris Mason <chris.mason@fusionio.com> | 2012-10-04 09:39:57 -0400 |
commit | 6bbe3a9c805fcb8cd8d396dafd32078181a7cdd5 (patch) | |
tree | 46bd39cb7961d3c44e7e2c28f6aec6ec9684ac8d /fs/btrfs/super.c | |
parent | 2e90cf858fd2639eae2fb3f2173f7633cb15bf38 (diff) |
Btrfs: kill obsolete arguments in btrfs_wait_ordered_extents
nocow_only is now an obsolete argument.
Signed-off-by: Liu Bo <bo.li.liu@oracle.com>
Diffstat (limited to 'fs/btrfs/super.c')
-rw-r--r-- | fs/btrfs/super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/super.c b/fs/btrfs/super.c index 903ab2d7068a..5aa3b8182d96 100644 --- a/fs/btrfs/super.c +++ b/fs/btrfs/super.c | |||
@@ -852,7 +852,7 @@ int btrfs_sync_fs(struct super_block *sb, int wait) | |||
852 | return 0; | 852 | return 0; |
853 | } | 853 | } |
854 | 854 | ||
855 | btrfs_wait_ordered_extents(root, 0, 0); | 855 | btrfs_wait_ordered_extents(root, 0); |
856 | 856 | ||
857 | trans = btrfs_join_transaction_freeze(root); | 857 | trans = btrfs_join_transaction_freeze(root); |
858 | if (IS_ERR(trans)) { | 858 | if (IS_ERR(trans)) { |