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>
9 lines
279 B
Plaintext
9 lines
279 B
Plaintext
config DM_PERSISTENT_DATA
|
|
tristate
|
|
depends on BLK_DEV_DM && EXPERIMENTAL
|
|
select LIBCRC32C
|
|
select DM_BUFIO
|
|
---help---
|
|
Library providing immutable on-disk data structure support for
|
|
device-mapper targets such as the thin provisioning target.
|