All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RFC 08/10] dm-dedup: Kconfig changes
@ 2014-04-17 20:36 Vasily Tarasov
  0 siblings, 0 replies; only message in thread
From: Vasily Tarasov @ 2014-04-17 20:36 UTC (permalink / raw)
  To: dm-devel; +Cc: Christoph Hellwig, Philip Shilane, Sonam Mandal, Erez Zadok

Changes to Kconfig.

Signed-off-by: Vasily Tarasov <tarasov@vasily.name>
---
 drivers/md/Kconfig |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/drivers/md/Kconfig b/drivers/md/Kconfig
index 95ad936..b43f163 100644
--- a/drivers/md/Kconfig
+++ b/drivers/md/Kconfig
@@ -421,4 +421,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
-- 
1.7.1

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-04-17 20:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-17 20:36 [PATCH RFC 08/10] dm-dedup: Kconfig changes Vasily Tarasov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.