diff options
author | Mark Doffman <mark.doffman@codethink.co.uk> | 2013-10-11 04:19:17 +0000 |
---|---|---|
committer | Mark Doffman <mark.doffman@codethink.co.uk> | 2013-10-11 04:19:17 +0000 |
commit | cdac8248c3282589faa540c6fb072190878fb902 (patch) | |
tree | edaf49c24d37907d7cbb469abc62cf8194f803c8 | |
parent | cb27bf639e30c5126361c9cb7dd32c2e36a98d8a (diff) | |
download | linux-baserock/markdoffman/cephfs-highbank.tar.gz |
Add ceph file system support.baserock/markdoffman/cephfs-highbank
Configure the ceph file system to be built
in to the kernel.
-rw-r--r-- | linux.morph | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linux.morph b/linux.morph index 73982721369a..6bffb220b66c 100644 --- a/linux.morph +++ b/linux.morph @@ -23,6 +23,9 @@ "scripts/config -e NFS_FS", "scripts/config -e NFS_V3", "scripts/config -e ROOT_NFS", + "scripts/config -e CEPH_FS", + "scripts/config -d ECRYPT_FS", + "scripts/config -d KEYS_DEBUG_PROC_KEYS", "scripts/config -e LOCKD", "scripts/config -e LOCKD_V4", "scripts/config -e NFS_COMMON", |