summaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.c
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2020-07-01 21:19:09 +0200
committerDavid Sterba <dsterba@suse.com>2020-12-08 15:53:58 +0100
commit265fdfa6ce0a79df3b880bbf39d9a00a0435687f (patch)
treed17cb9236e996f9f149bde5ac146f11016239538 /fs/btrfs/disk-io.c
parent098e63082b9bd26b61a57310385efc3e9f363dea (diff)
downloadlinux-265fdfa6ce0a79df3b880bbf39d9a00a0435687f.tar.gz
linux-265fdfa6ce0a79df3b880bbf39d9a00a0435687f.tar.bz2
linux-265fdfa6ce0a79df3b880bbf39d9a00a0435687f.zip
btrfs: replace s_blocksize_bits with fs_info::sectorsize_bits
The value of super_block::s_blocksize_bits is the same as fs_info::sectorsize_bits, but we don't need to do the extra dereferences in many functions and storing the bits as u32 (in fs_info) generates shorter assembly. Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com> Reviewed-by: Qu Wenruo <wqu@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/disk-io.c')
0 files changed, 0 insertions, 0 deletions