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>
This commit is contained in:
@@ -852,7 +852,7 @@ int btrfs_sync_fs(struct super_block *sb, int wait)
|
||||
return 0;
|
||||
}
|
||||
|
||||
btrfs_wait_ordered_extents(root, 0, 0);
|
||||
btrfs_wait_ordered_extents(root, 0);
|
||||
|
||||
trans = btrfs_join_transaction_freeze(root);
|
||||
if (IS_ERR(trans)) {
|
||||
|
Reference in New Issue
Block a user