]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
lightnvm: move the pages per block check out of the loop
authorWenwei Tao <ww.tao0320@gmail.com>
Tue, 12 Jan 2016 06:49:27 +0000 (07:49 +0100)
committerJens Axboe <axboe@fb.com>
Tue, 12 Jan 2016 15:21:17 +0000 (08:21 -0700)
commit4b79beb4c36d697e940e9f70d72399c71230a418
treedfb308f42e9bdb7c5572c4df3065034107de4ba1
parent556755e941837ebc4b4859dd7f74f2ed2dd00fc7
lightnvm: move the pages per block check out of the loop

There is no need to check whether dev's pages per block is
beyond rrpc support every time we init a lun, we only need
to check it once before enter the lun init loop.

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/rrpc.c