linux/drivers/lightnvm
Matias Bjørling 06894efea7 lightnvm: use end_io callback instead of instance
When the lightnvm core had the "gennvm" layer between the device and the
target, there was a need for the core to be able to figure out which
target it should send an end_io callback to. Leading to a "double"
end_io, first for the media manager instance, and then for the target
instance. Now that core and gennvm is merged, there is no longer a need
for this, and a single end_io callback will do.

Signed-off-by: Matias Bjørling <matias@cnexlabs.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
2017-01-31 08:32:13 -07:00
..
core.c lightnvm: use end_io callback instead of instance 2017-01-31 08:32:13 -07:00
Kconfig lightnvm: merge gennvm with core 2017-01-31 08:32:13 -07:00
Makefile lightnvm: merge gennvm with core 2017-01-31 08:32:13 -07:00
rrpc.c lightnvm: use end_io callback instead of instance 2017-01-31 08:32:13 -07:00
rrpc.h lightnvm: use end_io callback instead of instance 2017-01-31 08:32:13 -07:00