|
@@ -10255,7 +10255,7 @@ out:
|
|
|
return ret;
|
|
|
}
|
|
|
|
|
|
-int btrfs_start_delalloc_inodes(struct btrfs_root *root, int delay_iput)
|
|
|
+int btrfs_start_delalloc_inodes(struct btrfs_root *root)
|
|
|
{
|
|
|
struct btrfs_fs_info *fs_info = root->fs_info;
|
|
|
int ret;
|
|
@@ -10263,7 +10263,7 @@ int btrfs_start_delalloc_inodes(struct btrfs_root *root, int delay_iput)
|
|
|
if (test_bit(BTRFS_FS_STATE_ERROR, &fs_info->fs_state))
|
|
|
return -EROFS;
|
|
|
|
|
|
- ret = __start_delalloc_inodes(root, delay_iput, -1);
|
|
|
+ ret = __start_delalloc_inodes(root, 0, -1);
|
|
|
if (ret > 0)
|
|
|
ret = 0;
|
|
|
return ret;
|