projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1dadcce
)
ceph: Correct obvious typo of Kconfig variable "CRYPTO_AES"
author
Robert P. J. Day
<rpjday@crashcourse.ca>
Sat, 24 Jul 2010 10:41:18 +0000
(06:41 -0400)
committer
Sage Weil
<sage@newdream.net>
Sun, 25 Jul 2010 04:36:07 +0000
(21:36 -0700)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Sage Weil <sage@newdream.net>
fs/ceph/Kconfig
patch
|
blob
|
history
diff --git
a/fs/ceph/Kconfig
b/fs/ceph/Kconfig
index 04b8280582a94d2002cffb291b43f7fe586e6ff3..bc87b9c1d27ea8e253f5a1b9b395a287ede4106e 100644
(file)
--- a/
fs/ceph/Kconfig
+++ b/
fs/ceph/Kconfig
@@
-2,7
+2,7
@@
config CEPH_FS
tristate "Ceph distributed file system (EXPERIMENTAL)"
depends on INET && EXPERIMENTAL
select LIBCRC32C
- select C
ONFIG_C
RYPTO_AES
+ select CRYPTO_AES
help
Choose Y or M here to include support for mounting the
experimental Ceph distributed file system. Ceph is an extremely