Skip to content

Commit

Permalink
btrfs: Remove btrfs_file_private::trans
Browse files Browse the repository at this point in the history
Now that the userspace transaction IOCTL have been removed, this member
is no longer used so just remove it

Signed-off-by: Nikolay Borisov <[email protected]>
Signed-off-by: David Sterba <[email protected]>
  • Loading branch information
lorddoskias authored and kdave committed Mar 30, 2018
1 parent 7a5a07a commit 859e682
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/btrfs/ctree.h
Original file line number Diff line number Diff line change
Expand Up @@ -1268,7 +1268,6 @@ struct btrfs_root {
};

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

Expand Down

0 comments on commit 859e682

Please sign in to comment.