OSDN Git Service

squashfs: always use bio_kmalloc in squashfs_bio_read
authorChristoph Hellwig <hch@lst.de>
Wed, 6 Apr 2022 06:12:25 +0000 (08:12 +0200)
committerJens Axboe <axboe@kernel.dk>
Mon, 18 Apr 2022 01:29:41 +0000 (19:29 -0600)
commit46a2d4ccc49903923506685a8368ca88312bbdc9
treea371f007a452d424644ac2cfee090e292fd8caaa
parentf9e69aa9ccd7e51c47b147e45e03987ea0ef9aa3
squashfs: always use bio_kmalloc in squashfs_bio_read

If a plain kmalloc that is not backed by a mempool is safe here for a
large read (and the actual page allocations), it must also be for a
small one, so simplify the code a bit.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Phillip Lougher <phillip@squashfs.org.uk>
Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>
Link: https://lore.kernel.org/r/20220406061228.410163-3-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/squashfs/block.c