fs: Give dentry to inode_change_ok() instead of inode
[pandora-kernel.git] / drivers / staging / pohmelfs / Kconfig
1 config POHMELFS
2         tristate "POHMELFS filesystem support"
3         depends on BROKEN
4         depends on NET
5         select CONNECTOR
6         select CRYPTO
7         select CRYPTO_BLKCIPHER
8         select CRYPTO_HMAC
9         help
10           POHMELFS stands for Parallel Optimized Host Message Exchange Layered
11           File System.  This is a network filesystem which supports coherent
12           caching of data and metadata on clients.
13
14 config POHMELFS_DEBUG
15         bool "POHMELFS debugging"
16         depends on POHMELFS
17         default n
18         help
19           Turns on excessive POHMELFS debugging facilities.
20           You usually do not want to slow things down noticeably and get really
21           lots of kernel messages in syslog.