aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2021-07-27 14:59:41 +0200
committerDavid Sterba <dsterba@suse.com>2022-05-16 17:17:31 +0200
commitcb3a12d9885974a5f2afe0c3e9a752195401828f (patch)
tree2305a0fc8e5323dcf6d705c24509176e51a154fe /fs/btrfs/ctree.h
parentbtrfs: rename io_failure_record::bio_flags to compress_type (diff)
downloadlinux-dev-cb3a12d9885974a5f2afe0c3e9a752195401828f.tar.xz
linux-dev-cb3a12d9885974a5f2afe0c3e9a752195401828f.zip
btrfs: rename bio_flags in parameters and switch type
Several functions take parameter bio_flags that was simplified to just compress type, unify it and change the type accordingly. Reviewed-by: Nikolay Borisov <nborisov@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r--fs/btrfs/ctree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h
index 57b5b76c7f9c..0d1d43f171cc 100644
--- a/fs/btrfs/ctree.h
+++ b/fs/btrfs/ctree.h
@@ -3253,7 +3253,7 @@ u64 btrfs_file_extent_end(const struct btrfs_path *path);
/* inode.c */
void btrfs_submit_data_bio(struct inode *inode, struct bio *bio,
- int mirror_num, unsigned long bio_flags);
+ int mirror_num, enum btrfs_compression_type compress_type);
unsigned int btrfs_verify_data_csum(struct btrfs_bio *bbio,
u32 bio_offset, struct page *page,
u64 start, u64 end);