]> www.infradead.org Git - users/hch/block.git/commit
block: don't call into the driver for BLKROSET
authorChristoph Hellwig <hch@lst.de>
Thu, 29 Oct 2020 11:00:52 +0000 (12:00 +0100)
committerChristoph Hellwig <hch@lst.de>
Tue, 3 Nov 2020 09:33:17 +0000 (10:33 +0100)
commita300de4fd08070bfaf8bf6927c48b15c9baff850
tree3407ec0cdf399c23654ddb55cc85bc9635db05fd
parent02c599d6d91218c2319f3d4064ff3af6fa2828d0
block: don't call into the driver for BLKROSET

Now that all drivers that want to hook into setting or clearing the
read-only flag use the set_read_only method, this code can be removed.

Signed-off-by: Christoph Hellwig <hch@lst.de>
block/ioctl.c