Loading drivers/md/dm-req-crypt.c +0 −7 Original line number Diff line number Diff line Loading @@ -912,13 +912,6 @@ static int req_crypt_map(struct dm_target *ti, struct request *clone, int error = DM_REQ_CRYPT_ERROR, copy_bio_sector_to_req = 0; struct bio *bio_src = NULL; if ((rq_data_dir(clone) != READ) && (rq_data_dir(clone) != WRITE)) { error = DM_REQ_CRYPT_ERROR; DMERR("%s Unknown request\n", __func__); goto submit_request; } req_io = mempool_alloc(req_io_pool, GFP_NOWAIT); if (!req_io) { DMERR("%s req_io allocation failed\n", __func__); Loading Loading
drivers/md/dm-req-crypt.c +0 −7 Original line number Diff line number Diff line Loading @@ -912,13 +912,6 @@ static int req_crypt_map(struct dm_target *ti, struct request *clone, int error = DM_REQ_CRYPT_ERROR, copy_bio_sector_to_req = 0; struct bio *bio_src = NULL; if ((rq_data_dir(clone) != READ) && (rq_data_dir(clone) != WRITE)) { error = DM_REQ_CRYPT_ERROR; DMERR("%s Unknown request\n", __func__); goto submit_request; } req_io = mempool_alloc(req_io_pool, GFP_NOWAIT); if (!req_io) { DMERR("%s req_io allocation failed\n", __func__); Loading