]> git.kernelconcepts.de Git - karo-tx-linux.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)
commitd160147b5c96ef5ec842c604ccd79f5f03306677
tree2672290a927b3af161f3cc0ab0e276de7d06cefd
parent76e25081b6ae60fb094328dedf900ec15f10a9fd
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