summaryrefslogtreecommitdiffstats
path: root/scripts/Lindent
diff options
context:
space:
mode:
authorJavier González <javier@cnexlabs.com>2017-10-13 14:46:06 +0200
committerJens Axboe <axboe@kernel.dk>2017-10-13 08:34:57 -0600
commitbd432417681a224d9fa4a9d43be7d4edc82135b2 (patch)
treedc7156e8e68969aca51e0f63b68c8d5b182f5ccf /scripts/Lindent
parentda67e68fb9d37fb9072b20cc75d4337a73bc01b4 (diff)
downloadblackbird-obmc-linux-bd432417681a224d9fa4a9d43be7d4edc82135b2.tar.gz
blackbird-obmc-linux-bd432417681a224d9fa4a9d43be7d4edc82135b2.zip
lightnvm: pblk: fix min size for page mempool
pblk uses an internal page mempool for allocating pages on internal bios. The main two users of this memory pool are partial reads (reads with some sectors in cache and some on media) and padded writes, which need to add dummy pages to an existing bio already containing valid data (and with a large enough bioset allocated). In both cases, the maximum number of pages per bio is defined by the maximum number of physical sectors supported by the underlying device. This patch fixes a bad mempool allocation, where the min_nr of elements on the pool was fixed (to 16), which is lower than the maximum number of sectors supported by NVMe (as of the time for this patch). Instead, use the maximum number of allowed sectors reported by the device. Reported-by: Jens Axboe <axboe@kernel.dk> Signed-off-by: Javier González <javier@cnexlabs.com> Signed-off-by: Matias Bjørling <m@bjorling.me> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'scripts/Lindent')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud