Commit 50cfad78 authored by Enrico Weigelt, metux IT consult's avatar Enrico Weigelt, metux IT consult Committed by Steve French

fs: cifs: Kconfig: pedantic formatting

Formatting of Kconfig files doesn't look so pretty, so just
take damp cloth and clean it up.
Signed-off-by: default avatarEnrico Weigelt, metux IT consult <info@metux.net>
Signed-off-by: default avatarSteve French <stfrench@microsoft.com>
parent 69dc4b18
...@@ -117,25 +117,25 @@ config CIFS_UPCALL ...@@ -117,25 +117,25 @@ config CIFS_UPCALL
secure Kerberos authentication is required). If unsure, say Y. secure Kerberos authentication is required). If unsure, say Y.
config CIFS_XATTR config CIFS_XATTR
bool "CIFS extended attributes" bool "CIFS extended attributes"
depends on CIFS depends on CIFS
help help
Extended attributes are name:value pairs associated with inodes by Extended attributes are name:value pairs associated with inodes by
the kernel or by users (see the attr(5) manual page for details). the kernel or by users (see the attr(5) manual page for details).
CIFS maps the name of extended attributes beginning with the user CIFS maps the name of extended attributes beginning with the user
namespace prefix to SMB/CIFS EAs. EAs are stored on Windows namespace prefix to SMB/CIFS EAs. EAs are stored on Windows
servers without the user namespace prefix, but their names are servers without the user namespace prefix, but their names are
seen by Linux cifs clients prefaced by the user namespace prefix. seen by Linux cifs clients prefaced by the user namespace prefix.
The system namespace (used by some filesystems to store ACLs) is The system namespace (used by some filesystems to store ACLs) is
not supported at this time. not supported at this time.
If unsure, say Y. If unsure, say Y.
config CIFS_POSIX config CIFS_POSIX
bool "CIFS POSIX Extensions" bool "CIFS POSIX Extensions"
depends on CIFS && CIFS_ALLOW_INSECURE_LEGACY && CIFS_XATTR depends on CIFS && CIFS_ALLOW_INSECURE_LEGACY && CIFS_XATTR
help help
Enabling this option will cause the cifs client to attempt to Enabling this option will cause the cifs client to attempt to
negotiate a newer dialect with servers, such as Samba 3.0.5 negotiate a newer dialect with servers, such as Samba 3.0.5
or later, that optionally can handle more POSIX like (rather or later, that optionally can handle more POSIX like (rather
than Windows like) file behavior. It also enables than Windows like) file behavior. It also enables
...@@ -144,61 +144,62 @@ config CIFS_POSIX ...@@ -144,61 +144,62 @@ config CIFS_POSIX
CIFS POSIX ACL support. If unsure, say N. CIFS POSIX ACL support. If unsure, say N.
config CIFS_ACL config CIFS_ACL
bool "Provide CIFS ACL support" bool "Provide CIFS ACL support"
depends on CIFS_XATTR && KEYS depends on CIFS_XATTR && KEYS
help help
Allows fetching CIFS/NTFS ACL from the server. The DACL blob Allows fetching CIFS/NTFS ACL from the server. The DACL blob
is handed over to the application/caller. See the man is handed over to the application/caller. See the man
page for getcifsacl for more information. If unsure, say Y. page for getcifsacl for more information. If unsure, say Y.
config CIFS_DEBUG config CIFS_DEBUG
bool "Enable CIFS debugging routines" bool "Enable CIFS debugging routines"
default y default y
depends on CIFS depends on CIFS
help help
Enabling this option adds helpful debugging messages to Enabling this option adds helpful debugging messages to
the cifs code which increases the size of the cifs module. the cifs code which increases the size of the cifs module.
If unsure, say Y. If unsure, say Y.
config CIFS_DEBUG2 config CIFS_DEBUG2
bool "Enable additional CIFS debugging routines" bool "Enable additional CIFS debugging routines"
depends on CIFS_DEBUG depends on CIFS_DEBUG
help help
Enabling this option adds a few more debugging routines Enabling this option adds a few more debugging routines
to the cifs code which slightly increases the size of to the cifs code which slightly increases the size of
the cifs module and can cause additional logging of debug the cifs module and can cause additional logging of debug
messages in some error paths, slowing performance. This messages in some error paths, slowing performance. This
option can be turned off unless you are debugging option can be turned off unless you are debugging
cifs problems. If unsure, say N. cifs problems. If unsure, say N.
config CIFS_DEBUG_DUMP_KEYS config CIFS_DEBUG_DUMP_KEYS
bool "Dump encryption keys for offline decryption (Unsafe)" bool "Dump encryption keys for offline decryption (Unsafe)"
depends on CIFS_DEBUG depends on CIFS_DEBUG
help help
Enabling this will dump the encryption and decryption keys Enabling this will dump the encryption and decryption keys
used to communicate on an encrypted share connection on the used to communicate on an encrypted share connection on the
console. This allows Wireshark to decrypt and dissect console. This allows Wireshark to decrypt and dissect
encrypted network captures. Enable this carefully. encrypted network captures. Enable this carefully.
If unsure, say N. If unsure, say N.
config CIFS_DFS_UPCALL config CIFS_DFS_UPCALL
bool "DFS feature support" bool "DFS feature support"
depends on CIFS && KEYS depends on CIFS && KEYS
select DNS_RESOLVER select DNS_RESOLVER
help help
Distributed File System (DFS) support is used to access shares Distributed File System (DFS) support is used to access shares
transparently in an enterprise name space, even if the share transparently in an enterprise name space, even if the share
moves to a different server. This feature also enables moves to a different server. This feature also enables
an upcall mechanism for CIFS which contacts userspace helper an upcall mechanism for CIFS which contacts userspace helper
utilities to provide server name resolution (host names to utilities to provide server name resolution (host names to
IP addresses) which is needed in order to reconnect to IP addresses) which is needed in order to reconnect to
servers if their addresses change or for implicit mounts of servers if their addresses change or for implicit mounts of
DFS junction points. If unsure, say Y. DFS junction points. If unsure, say Y.
config CIFS_NFSD_EXPORT config CIFS_NFSD_EXPORT
bool "Allow nfsd to export CIFS file system" bool "Allow nfsd to export CIFS file system"
depends on CIFS && BROKEN depends on CIFS && BROKEN
help help
Allows NFS server to export a CIFS mounted share (nfsd over cifs) Allows NFS server to export a CIFS mounted share (nfsd over cifs)
config CIFS_SMB_DIRECT config CIFS_SMB_DIRECT
bool "SMB Direct support (Experimental)" bool "SMB Direct support (Experimental)"
...@@ -209,10 +210,9 @@ config CIFS_SMB_DIRECT ...@@ -209,10 +210,9 @@ config CIFS_SMB_DIRECT
say N. say N.
config CIFS_FSCACHE config CIFS_FSCACHE
bool "Provide CIFS client caching support" bool "Provide CIFS client caching support"
depends on CIFS=m && FSCACHE || CIFS=y && FSCACHE=y depends on CIFS=m && FSCACHE || CIFS=y && FSCACHE=y
help help
Makes CIFS FS-Cache capable. Say Y here if you want your CIFS data Makes CIFS FS-Cache capable. Say Y here if you want your CIFS data
to be cached locally on disk through the general filesystem cache to be cached locally on disk through the general filesystem cache
manager. If unsure, say N. manager. If unsure, say N.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment