commit | 4b79beb4c36d697e940e9f70d72399c71230a418 | [log] [tgz] |
---|---|---|
author | Wenwei Tao <ww.tao0320@gmail.com> | Tue Jan 12 07:49:27 2016 +0100 |
committer | Jens Axboe <axboe@fb.com> | Tue Jan 12 08:21:17 2016 -0700 |
tree | dfb308f42e9bdb7c5572c4df3065034107de4ba1 | |
parent | 556755e941837ebc4b4859dd7f74f2ed2dd00fc7 [diff] |
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>