Skip to content
Commit d07f3b08 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Jens Axboe
Browse files

mark pstore-blk as broken

pstore-blk just pokes directly into the pagecache for the block
device without going through the file operations for that by faking
up it's own file operations that do not match the block device ones.

As this breaks the control of the block layer of it's page cache,
and even now just works by accident only the best thing is to just
disable this driver.

Fixes: 17639f67

 ("pstore/blk: Introduce backend for block devices")
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20210608161327.1537919-1-hch@lst.de


Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent ec1e7e88
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment