diff options
author | Matias Bjørling <m@bjorling.me> | 2015-10-28 19:54:57 +0100 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2015-10-29 08:21:42 +0100 |
commit | ae1519ec448bc31a7fe7369b66e7c78872f91e84 (patch) | |
tree | c7bbe07098e91a09d684e3232d8f3b54a963986e /drivers/lightnvm/Makefile | |
parent | gennvm: Generic NVM manager (diff) | |
download | linux-ae1519ec448bc31a7fe7369b66e7c78872f91e84.tar.xz linux-ae1519ec448bc31a7fe7369b66e7c78872f91e84.zip |
rrpc: Round-robin sector target with cost-based gc
This target allows an Open-Channel SSD to be exposed asas a block
device.
It implements a round-robin approach for sector allocation,
together with a greedy cost-based garbage collector.
Signed-off-by: Matias Bjørling <m@bjorling.me>
Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'drivers/lightnvm/Makefile')
-rw-r--r-- | drivers/lightnvm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/lightnvm/Makefile b/drivers/lightnvm/Makefile index e2428e04e7b8..7e0f42acb737 100644 --- a/drivers/lightnvm/Makefile +++ b/drivers/lightnvm/Makefile @@ -4,3 +4,4 @@ obj-$(CONFIG_NVM) := core.o obj-$(CONFIG_NVM_GENNVM) += gennvm.o +obj-$(CONFIG_NVM_RRPC) += rrpc.o |