lightnvm: remove unnecessary variables in rrpc
authorJavier González <jg@lightnvm.io>
Mon, 28 Nov 2016 21:39:02 +0000 (22:39 +0100)
committerJens Axboe <axboe@fb.com>
Tue, 29 Nov 2016 15:01:17 +0000 (08:01 -0700)
commit4cb7ee97f4a691222e61cf9c2bfea6f880b1fbfe
treeb174243b31b67aa9c7b6e60e76242718c55647d9
parent4787b91bad3ae2a23311b35d81efd1b92576a2a9
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>
drivers/lightnvm/rrpc.c
drivers/lightnvm/rrpc.h