Commit 859e682d authored by Nikolay Borisov's avatar Nikolay Borisov Committed by David Sterba

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: default avatarNikolay Borisov <nborisov@suse.com>
Signed-off-by: default avatarDavid Sterba <dsterba@suse.com>
parent 7a5a07a8
......@@ -1268,7 +1268,6 @@ struct btrfs_root {
};
struct btrfs_file_private {
struct btrfs_trans_handle *trans;
void *filldir_buf;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment