https://github.com/torvalds/linux
Raw File
Tip revision: 5ae90d8e467e625e447000cb4335c4db973b1095 authored by Linus Torvalds on 29 July 2013, 03:53:33 UTC
Linux 3.11-rc3
Tip revision: 5ae90d8
Kconfig
config DM_PERSISTENT_DATA
       tristate
       depends on BLK_DEV_DM
       select LIBCRC32C
       select DM_BUFIO
       ---help---
	 Library providing immutable on-disk data structure support for
	 device-mapper targets such as the thin provisioning target.
back to top