btrfs: Remove btrfs_fs_info::open_ioctl_trans
Since userspace transaction have been removed we no longer have use for this field so delete it. Signed-off-by: Nikolay Borisov <nborisov@suse.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:

committed by
David Sterba

parent
bcf3a3e7fb
commit
92e2f7e370
@@ -4338,8 +4338,7 @@ again:
|
||||
|
||||
/* commit the current transaction and try again */
|
||||
commit_trans:
|
||||
if (need_commit &&
|
||||
!atomic_read(&fs_info->open_ioctl_trans)) {
|
||||
if (need_commit) {
|
||||
need_commit--;
|
||||
|
||||
if (need_commit > 0) {
|
||||
|
Reference in New Issue
Block a user