projects
/
linux-dmdedup.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
999d781
)
dm-dedup: Kconfig changes
author
Vasily Tarasov
<tarasov@vasily.name>
Thu, 28 Aug 2014 22:12:36 +0000
(18:12 -0400)
committer
Mike Snitzer
<snitzer@redhat.com>
Mon, 22 Sep 2014 15:07:28 +0000
(11:07 -0400)
Changes to Kconfig.
Signed-off-by: Vasily Tarasov <tarasov@vasily.name>
drivers/md/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/md/Kconfig
b/drivers/md/Kconfig
index 5bdedf6df153cf25d54e91a2cca5d9e3b6b8b1cf..cb9b91568e7abcda9f112c8b86ba15a0e4c64aa3 100644
(file)
--- a/
drivers/md/Kconfig
+++ b/
drivers/md/Kconfig
@@
-432,4
+432,12
@@
config DM_SWITCH
If unsure, say N.
+config DM_DEDUP
+ tristate "Deduplication target (EXPERIMENTAL)"
+ depends on BLK_DEV_DM
+ select DM_PERSISTENT_DATA
+ select CRYPTO
+ ---help---
+ This device-maper target performs data deduplication.
+
endif # MD