X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=block%2Fblk.h;h=442098aa9463a37dad0dfccb1718eea65be6cdb3;hb=bea28a1975c5643c19c952af77f3ace1f088d802;hp=3f1446937aece26f38ceb66cf4e3d159a23df871;hpb=9ebacc8c9dacd1fdaccda9a06d6029cf5faa479d;p=mirror_ubuntu-bionic-kernel.git diff --git a/block/blk.h b/block/blk.h index 3f1446937aec..442098aa9463 100644 --- a/block/blk.h +++ b/block/blk.h @@ -330,4 +330,6 @@ static inline void blk_queue_bounce(struct request_queue *q, struct bio **bio) } #endif /* CONFIG_BOUNCE */ +extern void blk_drain_queue(struct request_queue *q); + #endif /* BLK_INTERNAL_H */