]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
lightnvm: remove unused lists from struct rrpc_block
authorMatias Bjørling <m@bjorling.me>
Thu, 7 Jul 2016 07:54:18 +0000 (09:54 +0200)
committerJens Axboe <axboe@fb.com>
Thu, 7 Jul 2016 14:51:52 +0000 (08:51 -0600)
commit8c39eddbf2842861f6c7412bd498c9d880b1c9e8
tree41652e6fd505281046fa5821163a65d719900002
parent5cd907853d5b777c11ecbc8de4482ea5f51663bc
lightnvm: remove unused lists from struct rrpc_block

The ->list, ->open_list, and ->closed_list lists were previously used
for statistics. However, their usage have been removed, and thus these
can safely be removed.

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