mirror of
https://github.com/torvalds/linux.git
synced 2024-11-19 18:41:48 +00:00
3241b1d3e0
The persistent-data library offers a re-usable framework for the storage and management of on-disk metadata in device-mapper targets. It's used by the thin-provisioning target in the next patch and in an upcoming hierarchical storage target. For further information, please read Documentation/device-mapper/persistent-data.txt Signed-off-by: Joe Thornber <thornber@redhat.com> Signed-off-by: Mike Snitzer <snitzer@redhat.com> Signed-off-by: Alasdair G Kergon <agk@redhat.com>
12 lines
290 B
Makefile
12 lines
290 B
Makefile
obj-$(CONFIG_DM_PERSISTENT_DATA) += dm-persistent-data.o
|
|
dm-persistent-data-objs := \
|
|
dm-block-manager.o \
|
|
dm-space-map-checker.o \
|
|
dm-space-map-common.o \
|
|
dm-space-map-disk.o \
|
|
dm-space-map-metadata.o \
|
|
dm-transaction-manager.o \
|
|
dm-btree.o \
|
|
dm-btree-remove.o \
|
|
dm-btree-spine.o
|