commit | 909049a7199947abbc6a923e4cf5cff1857d4205 | [log] [tgz] |
---|---|---|
author | Wenwei Tao <ww.tao0320@gmail.com> | Fri May 06 20:03:01 2016 +0200 |
committer | Jens Axboe <axboe@fb.com> | Fri May 06 12:51:10 2016 -0600 |
tree | 01fc1e96698bbeb8f473a20c88f9fea0b6a8b7b7 | |
parent | 66e3d07f75c6472d7198920488330634c118b255 [diff] |
lightnvm: store rrpc->soffset in device sector size Since we mainly use soffset in device sector size, we therefore store this value in rrpc->soffset, instead of the offset in 512byte sector size. This eliminates the "(ilog2(dev->sec_size) - 9)" calculation on each I/O. Signed-off-by: Wenwei Tao <ww.tao0320@gmail.com> Updated patch description. Signed-off-by: Matias Bjørling <m@bjorling.me> Signed-off-by: Jens Axboe <axboe@fb.com>