diff options
author | Tommi Virtanen <tommi.virtanen@dreamhost.com> | 2011-03-25 16:40:48 -0700 |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2011-03-29 12:11:19 -0700 |
commit | e2c3d29b4295c3eec18294bc34f0c99a7b9ae413 (patch) | |
tree | 29fbffeeed7e2774a4f87883ae01798079d85ed2 /net/ceph/Kconfig | |
parent | 8323c3aa74cd92465350294567142d12ffdcc963 (diff) | |
download | op-kernel-dev-e2c3d29b4295c3eec18294bc34f0c99a7b9ae413.zip op-kernel-dev-e2c3d29b4295c3eec18294bc34f0c99a7b9ae413.tar.gz |
libceph: Get secret from the kernel keys api when mounting with key=NAME.
Signed-off-by: Tommi Virtanen <tommi.virtanen@dreamhost.com>
Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to 'net/ceph/Kconfig')
-rw-r--r-- | net/ceph/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ceph/Kconfig b/net/ceph/Kconfig index ad42404..be683f2 100644 --- a/net/ceph/Kconfig +++ b/net/ceph/Kconfig @@ -4,6 +4,7 @@ config CEPH_LIB select LIBCRC32C select CRYPTO_AES select CRYPTO + select KEYS default n help Choose Y or M here to include cephlib, which provides the |