]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - include/linux/bio.h
Update bcachefs sources to 25de2b00dc bcachefs: Change check for invalid key types
[bcachefs-tools-debian] / include / linux / bio.h
index 0ad5a87dc8e893037fafd4b216cbc58518c2a390..1f8acca2c40503c970fe1e5c3c5f255225f52e6a 100644 (file)
@@ -234,7 +234,7 @@ enum {
 };
 
 struct bio *bio_alloc_bioset(struct block_device *, unsigned,
-                            unsigned, gfp_t, struct bio_set *);
+                            blk_opf_t, gfp_t, struct bio_set *);
 extern void bio_put(struct bio *);
 
 int bio_add_page(struct bio *, struct page *, unsigned, unsigned);