diff options
author | Sage Weil <sage@newdream.net> | 2009-10-06 11:31:15 -0700 |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2009-10-06 11:31:15 -0700 |
commit | 9030aaf9bf0a1eee47a154c316c789e959638b0f (patch) | |
tree | bb6dbc96fd181fd3883157277c4301edfaaf5179 /fs/Kconfig | |
parent | 76aa844d5b2fb8c839180d3f5874e333b297e5fd (diff) |
ceph: Kconfig, Makefile
Kconfig options and Makefile.
Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to 'fs/Kconfig')
-rw-r--r-- | fs/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index d4bf8caad8d0..ca687092a334 100644 --- a/fs/Kconfig +++ b/fs/Kconfig @@ -234,6 +234,7 @@ config NFS_COMMON source "net/sunrpc/Kconfig" source "fs/smbfs/Kconfig" +source "fs/ceph/Kconfig" source "fs/cifs/Kconfig" source "fs/ncpfs/Kconfig" source "fs/coda/Kconfig" |