diff options
-rw-r--r-- | fs/btrfs/ioctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/ioctl.c b/fs/btrfs/ioctl.c index 5bbf6b7216c3..ebdd866d4cfd 100644 --- a/fs/btrfs/ioctl.c +++ b/fs/btrfs/ioctl.c | |||
@@ -4690,7 +4690,7 @@ static int btrfs_ioctl_set_features(struct file *file, void __user *arg) | |||
4690 | if (ret) | 4690 | if (ret) |
4691 | return ret; | 4691 | return ret; |
4692 | 4692 | ||
4693 | trans = btrfs_start_transaction(root, 1); | 4693 | trans = btrfs_start_transaction(root, 0); |
4694 | if (IS_ERR(trans)) | 4694 | if (IS_ERR(trans)) |
4695 | return PTR_ERR(trans); | 4695 | return PTR_ERR(trans); |
4696 | 4696 | ||