--- zzzz-none-000/linux-4.4.271/include/linux/blk_types.h 2021-06-03 06:22:09.000000000 +0000 +++ hawkeye-5590-750/linux-4.4.271/include/linux/blk_types.h 2023-04-19 10:22:30.000000000 +0000 @@ -129,6 +129,13 @@ #define BIO_OWNS_VEC 13 /* bio_free() should free bvec */ /* + * Added for Req based dm which need to perform post processing. This flag + * ensures blk_update_request does not free the bios or request, this is done + * at the dm level + */ +#define BIO_INLINECRYPT 15 + +/* * top 4 bits of bio flags indicate the pool this bio came from */ #define BIO_POOL_BITS (4)