]> git.baikalelectronics.ru Git - kernel.git/commit
lightnvm: do device max sectors boundary check first
authorWenwei Tao <ww.tao0320@gmail.com>
Sat, 28 Nov 2015 15:49:25 +0000 (16:49 +0100)
committerJens Axboe <axboe@fb.com>
Sun, 29 Nov 2015 21:34:58 +0000 (14:34 -0700)
commitacff3c71947051ed8bb0bf69c2ddc14478dc429b
tree2672290a927b3af161f3cc0ab0e276de7d06cefd
parentfc1cd7af28a801dc5618e9588299c0fe15aa6053
lightnvm: do device max sectors boundary check first

do device max_phys_sect boundary check first, otherwise
we will allocate dma_pools for devices whose max sectors
are beyond lightnvm support and register them.

Signed-off-by: Wenwei Tao <ww.tao0320@gmail.com>
Signed-off-by: Matias Bjørling <m@bjorling.me>
Signed-off-by: Jens Axboe <axboe@fb.com>
drivers/lightnvm/core.c