summaryrefslogtreecommitdiff
path: root/drivers/staging/lustre
diff options
context:
space:
mode:
authorJames Simmons <jsimmons@infradead.org>2016-03-09 01:35:27 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-03-11 04:48:53 +0300
commit78ed9534df5b6f0371de14f9bcae18f2055d9997 (patch)
tree7e9890ee434d62791a8ed716df43f7e067d7586b /drivers/staging/lustre
parent71bf3883ae5723f7895226c4b5fafa452c0cd00f (diff)
downloadlinux-78ed9534df5b6f0371de14f9bcae18f2055d9997.tar.xz
staging: lustre: fixup kernel Kconfig option LNET_MAX_PAYLOAD
A few errors exist for the Kconfig option LNET_MAX_PAYLOAD. First mistake is the default size is 1MB not 2MB as it is shown to the person configuring the kernel. Second the LNET_MAX_PAYLOAD option is more closely related to LNET than the LUSTRE_FS option. Signed-off-by: James Simmons <jsimmons@infradead.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/lustre')
-rw-r--r--drivers/staging/lustre/lnet/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/lustre/lnet/Kconfig b/drivers/staging/lustre/lnet/Kconfig
index 00850eeb6a8c..9c85091bc37a 100644
--- a/drivers/staging/lustre/lnet/Kconfig
+++ b/drivers/staging/lustre/lnet/Kconfig
@@ -3,8 +3,8 @@ config LNET
depends on LUSTRE_FS
config LNET_MAX_PAYLOAD
- int "Lustre lnet max transfer payload (default 2MB)"
- depends on LUSTRE_FS
+ int "Lustre lnet max transfer payload (default 1MB)"
+ depends on LNET
default "1048576"
help
This option defines the maximum size of payload in bytes that lnet