diff options
author | Nikolay Borisov <nborisov@suse.com> | 2020-09-18 16:34:39 +0300 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2020-10-07 13:13:25 +0300 |
commit | 905eb88bceb253aa0f475eb04eec149d6059126e (patch) | |
tree | deac3d06e20d5788b13196a4b9c81361cf52f0fd /fs/btrfs/extent-io-tree.h | |
parent | 1b36294a6cd50ee5dcfee71ba5241cbb60f0295e (diff) | |
download | linux-905eb88bceb253aa0f475eb04eec149d6059126e.tar.xz |
btrfs: remove struct extent_io_ops
It's no longer used just remove the function and any related code which
was initialising it for inodes. No functional changes.
Removing 8 bytes from extent_io_tree in turn reduces size of other
structures where it is embedded, notably btrfs_inode where it reduces
size by 24 bytes.
Signed-off-by: Nikolay Borisov <nborisov@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/extent-io-tree.h')
-rw-r--r-- | fs/btrfs/extent-io-tree.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/btrfs/extent-io-tree.h b/fs/btrfs/extent-io-tree.h index 53e7b5b5d6ad..9800a8306368 100644 --- a/fs/btrfs/extent-io-tree.h +++ b/fs/btrfs/extent-io-tree.h @@ -63,7 +63,6 @@ struct extent_io_tree { u8 owner; spinlock_t lock; - const struct extent_io_ops *ops; }; struct extent_state { |