btrfs: Remove btrfs_file_private::trans
Now that the userspace transaction IOCTL have been removed, this member is no longer used so just remove it Signed-off-by: Nikolay Borisov <nborisov@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
7a5a07a810
commit
859e682d58
@ -1268,7 +1268,6 @@ struct btrfs_root {
|
||||
};
|
||||
|
||||
struct btrfs_file_private {
|
||||
struct btrfs_trans_handle *trans;
|
||||
void *filldir_buf;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user