diff options
author | Christoph Hellwig <hch@lst.de> | 2021-06-08 18:13:27 +0200 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2021-06-14 08:26:03 -0600 |
commit | d07f3b081ee632268786601f55e1334d1f68b997 (patch) | |
tree | 50ae00912b9be427a9849c758b409f65973f7a14 /drivers/md | |
parent | ec1e7e8853b62cb971828d66a1f298a280182831 (diff) |
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: 17639f67c1d6 ("pstore/blk: Introduce backend for block devices")
Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20210608161327.1537919-1-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/md')
0 files changed, 0 insertions, 0 deletions