commit | d7a4783883d350e33308bf7c9ef0fe4e38f9c8e2 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Feb 01 14:17:20 2021 +0100 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Feb 01 09:35:20 2021 -0700 |
tree | e4b2120d2e9bfd876081495d7611d51690657ae5 | |
parent | f7bf5e24e0b40fdb2321d9cf2b41043425fb4f9d [diff] |
md: check for NULL ->meta_bdev before calling bdev_read_only ->meta_bdev is optional and not set for most arrays. Add a rdev_read_only helper that calls bdev_read_only for both devices in a safe way. Fixes: 6f0d9689b670 ("block: remove the NULL bdev check in bdev_read_only") Reported-by: Guoqing Jiang <guoqing.jiang@cloud.ionos.com> Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>