projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a5a07a
)
btrfs: Remove btrfs_file_private::trans
author
Nikolay Borisov
<nborisov@suse.com>
Mon, 5 Feb 2018 08:41:14 +0000
(10:41 +0200)
committer
David Sterba
<dsterba@suse.com>
Fri, 30 Mar 2018 23:26:51 +0000
(
01:26
+0200)
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>
fs/btrfs/ctree.h
patch
|
blob
|
history
diff --git
a/fs/btrfs/ctree.h
b/fs/btrfs/ctree.h
index f2396a13c0c23f0516f37efe197908293fa2078a..395bfc51e256cfc2acebfe815dc9e8e9faf53e6f 100644
(file)
--- a/
fs/btrfs/ctree.h
+++ b/
fs/btrfs/ctree.h
@@
-1268,7
+1268,6
@@
struct btrfs_root {
};
struct btrfs_file_private {
- struct btrfs_trans_handle *trans;
void *filldir_buf;
};