]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - block/blk-merge.c
Revert "ax25: Fix std timer socket destroy handling."
[linux-2.6-omap-h63xx.git] / block / blk-merge.c
index 651136aae76e45ba821205a830a919a3d6d105c5..5efc9e7a68b777fe42cc53b2a7bf3add00adff2a 100644 (file)
@@ -441,6 +441,9 @@ static int attempt_merge(struct request_queue *q, struct request *req,
            || next->special)
                return 0;
 
+       if (blk_integrity_rq(req) != blk_integrity_rq(next))
+               return 0;
+
        /*
         * If we are allowed to merge, then append bio list
         * from next to rq and release next. merge_requests_fn