[dm-devel] [PATCH 16/16] block: don't assign cmd_flags in __blk_rq_prep_clone

Christoph Hellwig hch at lst.de
Mon Jan 23 15:29:21 UTC 2017


These days we have the proper flags set since request allocation time.

Signed-off-by: Christoph Hellwig <hch at lst.de>
---
 block/blk-core.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/block/blk-core.c b/block/blk-core.c
index fe5cc98..93a9e0b 100644
--- a/block/blk-core.c
+++ b/block/blk-core.c
@@ -2983,7 +2983,6 @@ EXPORT_SYMBOL_GPL(blk_rq_unprep_clone);
 static void __blk_rq_prep_clone(struct request *dst, struct request *src)
 {
 	dst->cpu = src->cpu;
-	dst->cmd_flags = src->cmd_flags | REQ_NOMERGE;
 	dst->cmd_type = src->cmd_type;
 	dst->__sector = blk_rq_pos(src);
 	dst->__data_len = blk_rq_bytes(src);
-- 
2.1.4




More information about the dm-devel mailing list