Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config DM_PERSISTENT_DATA
0003        tristate
0004        depends on BLK_DEV_DM
0005        select LIBCRC32C
0006        select DM_BUFIO
0007         help
0008          Library providing immutable on-disk data structure support for
0009          device-mapper targets such as the thin provisioning target.
0010