diff options
author | Nikolay Borisov <nborisov@suse.com> | 2020-09-18 16:34:34 +0300 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2020-10-07 12:13:24 +0200 |
commit | 1f03d9cfda53d86e7822bf0dd5f0ef5d8fa6d1ad (patch) | |
tree | 7b92ad5955b1e1c94225733026b37d1105f17909 /fs/btrfs/inode.c | |
parent | 9a446d6a9fc7df48e53c54b161dfdfc6f5031d4b (diff) | |
download | lwn-1f03d9cfda53d86e7822bf0dd5f0ef5d8fa6d1ad.tar.gz lwn-1f03d9cfda53d86e7822bf0dd5f0ef5d8fa6d1ad.zip |
btrfs: remove extent_io_ops::readpage_end_io_hook
It's no longer used so let's remove it.
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/inode.c')
-rw-r--r-- | fs/btrfs/inode.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/btrfs/inode.c b/fs/btrfs/inode.c index 982187b0cd59..204cd9d39894 100644 --- a/fs/btrfs/inode.c +++ b/fs/btrfs/inode.c @@ -10260,7 +10260,6 @@ static const struct file_operations btrfs_dir_file_operations = { static const struct extent_io_ops btrfs_extent_io_ops = { /* mandatory callbacks */ .submit_bio_hook = btrfs_submit_bio_hook, - .readpage_end_io_hook = NULL }; /* |