Merge tag 'block-5.15-2021-09-11' of git://git.kernel.dk/linux-block
[sfrench/cifs-2.6.git] / block / blk.h
index 8c96b0c90c48ddb8da3408d55bfb9c5981343379..7d2a0ba7ed21da27662f712ebdc69905215814fc 100644 (file)
@@ -373,4 +373,6 @@ static inline void bio_clear_hipri(struct bio *bio)
        bio->bi_opf &= ~REQ_HIPRI;
 }
 
+extern const struct address_space_operations def_blk_aops;
+
 #endif /* BLK_INTERNAL_H */