block: don't call into the driver for BLKFLSBUF
authorChristoph Hellwig <hch@lst.de>
Tue, 3 Nov 2020 10:00:10 +0000 (11:00 +0100)
committerJens Axboe <axboe@kernel.dk>
Mon, 16 Nov 2020 15:14:29 +0000 (08:14 -0700)
commit4a9d6d667f0bafed55a9e9f5ae8bceb3680749d7
tree407ce7fd01ec171b66dc0ddeeb547c3adeb29914
parentdaaedb820ad716e00210af8859b194c404202b78
block: don't call into the driver for BLKFLSBUF

BLKFLSBUF is entirely contained in the block core, and there is no
good reason to give the driver a hook into processing it.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/ioctl.c