Browse Source

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>
Nikolay Borisov 7 năm trước cách đây
mục cha
commit
859e682d58
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      fs/btrfs/ctree.h

+ 0 - 1
fs/btrfs/ctree.h

@@ -1268,7 +1268,6 @@ struct btrfs_root {
 };
 
 struct btrfs_file_private {
-	struct btrfs_trans_handle *trans;
 	void *filldir_buf;
 };