diff options
author | 2023-05-31 06:17:39 +0200 | |
---|---|---|
committer | 2023-06-19 13:59:34 +0200 | |
commit | 8680e58761eba8ea3552146ea005be30dfed2948 (patch) | |
tree | 384bb289a79f1b4fa49ee3820bfcde7876afd629 /drivers/pci/controller/dwc/pci-keystone.c | |
parent | btrfs: open code btrfs_map_sblock (diff) | |
download | wireguard-linux-8680e58761eba8ea3552146ea005be30dfed2948.tar.xz wireguard-linux-8680e58761eba8ea3552146ea005be30dfed2948.zip |
btrfs: open code need_full_stripe conditions
need_full_stripe is just a somewhat complicated way to say
"op != BTRFS_MAP_READ". Just spell that explicit check out, which makes
a lot of the code currently using the helper easier to understand.
Reviewed-by: Qu Wenruo <wqu@suse.com>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'drivers/pci/controller/dwc/pci-keystone.c')
0 files changed, 0 insertions, 0 deletions