diff options
Diffstat (limited to 'fs/smb/client/Kconfig')
| -rw-r--r-- | fs/smb/client/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/fs/smb/client/Kconfig b/fs/smb/client/Kconfig index 9f05f94e265a..7676402ce805 100644 --- a/fs/smb/client/Kconfig +++ b/fs/smb/client/Kconfig @@ -217,4 +217,16 @@ config CIFS_COMPRESSION Say Y here if you want SMB traffic to be compressed. If unsure, say N. +config CIFS_SPLICE + bool "Enable splice(2) support (EXPERIMENTAL)" + depends on CIFS + default n + help + This enables support for splice(2) operations on SMB mounts. + + Requires an up-to-date cifs-utils install. + + Say Y here if you want SMB mounts to support splice. + If unsure, say N. + endif |
