提交 859e682d 编写于 作者: N Nikolay Borisov 提交者: 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: NNikolay Borisov <nborisov@suse.com>
Signed-off-by: NDavid Sterba <dsterba@suse.com>
上级 7a5a07a8
...@@ -1268,7 +1268,6 @@ struct btrfs_root { ...@@ -1268,7 +1268,6 @@ struct btrfs_root {
}; };
struct btrfs_file_private { struct btrfs_file_private {
struct btrfs_trans_handle *trans;
void *filldir_buf; void *filldir_buf;
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册