diff mbox

[8/8] rbd: introduce rados block device (rbd), based on libceph

Message ID Pine.LNX.4.64.1008132015480.2022@cobra.newdream.net (mailing list archive)
State New, archived
Headers show

Commit Message

Sage Weil Aug. 14, 2010, 3:29 a.m. UTC
None
diff mbox

Patch

diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig
index 708104b..4a6e1b7 100644
--- a/drivers/block/Kconfig
+++ b/drivers/block/Kconfig
@@ -490,7 +490,10 @@  config BLK_DEV_HD
 
 config BLK_DEV_RBD
 	tristate "Rados block device (RBD)"
+	depends on INET && EXPERIMENTAL && BLOCK
 	select CEPH_LIB
+	select LIBCRC32C
+	select CRYPTO_AES
 	default n
 	help
 	  Say Y here if you want include the Rados block device, which stripes
diff --git a/fs/ceph/Kconfig b/fs/ceph/Kconfig
index 89f9718..73a7b31 100644
--- a/fs/ceph/Kconfig
+++ b/fs/ceph/Kconfig
@@ -1,9 +1,9 @@ 
 config CEPH_FS
         tristate "Ceph distributed file system (EXPERIMENTAL)"
 	depends on INET && EXPERIMENTAL
+	select CEPH_LIB
 	select LIBCRC32C
 	select CRYPTO_AES
-	select CEPH_LIB
 	default n
 	help
 	  Choose Y or M here to include support for mounting the