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

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1268,7 +1268,6 @@ struct btrfs_root {
};

struct btrfs_file_private {
	struct btrfs_trans_handle *trans;
	void *filldir_buf;
};