blk-merge.c (badf7f64378796d460c79eb0f182fa7282eb65d5) | blk-merge.c (fe45e630a1035aea94c29016f2598bbde149bbe3) |
---|---|
1// SPDX-License-Identifier: GPL-2.0 2/* 3 * Functions related to segment and merge handling 4 */ 5#include <linux/kernel.h> 6#include <linux/module.h> 7#include <linux/bio.h> 8#include <linux/blkdev.h> | 1// SPDX-License-Identifier: GPL-2.0 2/* 3 * Functions related to segment and merge handling 4 */ 5#include <linux/kernel.h> 6#include <linux/module.h> 7#include <linux/bio.h> 8#include <linux/blkdev.h> |
9#include <linux/blk-integrity.h> |
|
9#include <linux/scatterlist.h> 10 11#include <trace/events/block.h> 12 13#include "blk.h" 14#include "blk-rq-qos.h" 15 16static inline bool bio_will_gap(struct request_queue *q, --- 1144 unchanged lines hidden --- | 10#include <linux/scatterlist.h> 11 12#include <trace/events/block.h> 13 14#include "blk.h" 15#include "blk-rq-qos.h" 16 17static inline bool bio_will_gap(struct request_queue *q, --- 1144 unchanged lines hidden --- |