-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
2 changed files
with
11 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: a6bab77c71c1b4332a2330d74b8c16e6829f4803 | ||
refs/heads/master: 36ec4ab8c406c56a1ef7a65e135372e4efd1412f |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |