commit | eb00352b5213e52419ac7dd8bbd84a1300fe4b5d | [log] [tgz] |
---|---|---|
author | Javier González <jg@lightnvm.io> | Mon Nov 28 22:39:02 2016 +0100 |
committer | Jens Axboe <axboe@fb.com> | Tue Nov 29 12:12:51 2016 -0700 |
tree | b174243b31b67aa9c7b6e60e76242718c55647d9 | |
parent | 0e5c3246dbb96b6870634e7d51b2490f05c976cf [diff] |
lightnvm: remove unnecessary variables in rrpc Before vectored I/Os were supported on rrpc, the physical address was stored as part of the nvm_rqd request. This variable become obsolete when the ppa_list was introduced. Cleanup this variable. Signed-off-by: Javier González <javier@cnexlabs.com> Signed-off-by: Matias Bjørling <m@bjorling.me> Signed-off-by: Jens Axboe <axboe@fb.com>