Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130013
b: refs/heads/master
c: 295c896
h: refs/heads/master
i:
  130011: f9b7ebd
v: v3
  • Loading branch information
Alexey Dobriyan committed Jan 22, 2009
1 parent aa3a74c commit 6f366ed
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 10951bf05d952bf6d13094f66a0dccd11dec311e
refs/heads/master: 295c896cb95de18004ef5e1b53f44c2ad001f936
13 changes: 1 addition & 12 deletions trunk/fs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -203,18 +203,7 @@ if MISC_FILESYSTEMS

source "fs/adfs/Kconfig"
source "fs/affs/Kconfig"

config ECRYPT_FS
tristate "eCrypt filesystem layer support (EXPERIMENTAL)"
depends on EXPERIMENTAL && KEYS && CRYPTO && NET
help
Encrypted filesystem that operates on the VFS layer. See
<file:Documentation/filesystems/ecryptfs.txt> to learn more about
eCryptfs. Userspace components are required and can be
obtained from <http://ecryptfs.sf.net>.

To compile this file system support as a module, choose M here: the
module will be called ecryptfs.
source "fs/ecryptfs/Kconfig"

config HFS_FS
tristate "Apple Macintosh file system support (EXPERIMENTAL)"
Expand Down
11 changes: 11 additions & 0 deletions trunk/fs/ecryptfs/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
config ECRYPT_FS
tristate "eCrypt filesystem layer support (EXPERIMENTAL)"
depends on EXPERIMENTAL && KEYS && CRYPTO && NET
help
Encrypted filesystem that operates on the VFS layer. See
<file:Documentation/filesystems/ecryptfs.txt> to learn more about
eCryptfs. Userspace components are required and can be
obtained from <http://ecryptfs.sf.net>.

To compile this file system support as a module, choose M here: the
module will be called ecryptfs.

0 comments on commit 6f366ed

Please sign in to comment.