Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 141316
b: refs/heads/master
c: 36ec4ab
h: refs/heads/master
v: v3
  • Loading branch information
Randy Dunlap authored and Greg Kroah-Hartman committed Apr 3, 2009
1 parent 062a46e commit 450a1c6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 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: a6bab77c71c1b4332a2330d74b8c16e6829f4803
refs/heads/master: 36ec4ab8c406c56a1ef7a65e135372e4efd1412f
18 changes: 10 additions & 8 deletions trunk/drivers/staging/pohmelfs/Kconfig
Original file line number Diff line number Diff line change
@@ -1,26 +1,28 @@
config POHMELFS
tristate "POHMELFS filesystem support"
depends on NET
select CONNECTOR
select CRYPTO
select CRYPTO_BLKCIPHER
select CRYPTO_HMAC
help
POHMELFS stands for Parallel Optimized Host Message Exchange Layered File System.
This is a network filesystem which supports coherent caching of data and metadata
on clients.
POHMELFS stands for Parallel Optimized Host Message Exchange Layered
File System. This is a network filesystem which supports coherent
caching of data and metadata on clients.

config POHMELFS_DEBUG
bool "POHMELFS debugging"
depends on POHMELFS
default n
help
Turns on excessive POHMELFS debugging facilities.
You usually do not want to slow things down noticebly and get really lots of kernel
messages in syslog.
You usually do not want to slow things down noticeably and get really
lots of kernel messages in syslog.

config POHMELFS_CRYPTO
bool "POHMELFS crypto support"
depends on CONFIG_CRYPTO_BLKCIPHER && CONFIG_CRYPTO_HASH
depends on POHMELFS
help
This option allows to encrypt and/or protect with strong cryptographic hash all dataflow
between server and clients. Each config group can have own keys.
This option allows to encrypt and/or protect with strong
cryptographic hash all dataflow between server and clients.
Each config group can have its own keys.

0 comments on commit 450a1c6

Please sign in to comment.