Loading drivers/md/dm-req-crypt.c +6 −0 Original line number Diff line number Diff line Loading @@ -1265,6 +1265,12 @@ static int req_crypt_ctr(struct dm_target *ti, unsigned int argc, char **argv) _req_dm_scatterlist_pool); BUG_ON(!req_scatterlist_pool); /* * If underlying device supports flush, mapped target should * also allow it */ ti->num_flush_bios = 1; err = 0; DMINFO("%s: Mapping block_device %s to dm-req-crypt ok!\n", __func__, argv[3]); Loading Loading
drivers/md/dm-req-crypt.c +6 −0 Original line number Diff line number Diff line Loading @@ -1265,6 +1265,12 @@ static int req_crypt_ctr(struct dm_target *ti, unsigned int argc, char **argv) _req_dm_scatterlist_pool); BUG_ON(!req_scatterlist_pool); /* * If underlying device supports flush, mapped target should * also allow it */ ti->num_flush_bios = 1; err = 0; DMINFO("%s: Mapping block_device %s to dm-req-crypt ok!\n", __func__, argv[3]); Loading