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>
This commit is contained in:
James Simmons 2016-03-08 17:35:27 -05:00 committed by Greg Kroah-Hartman
parent 71bf3883ae
commit 78ed9534df
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ config LNET
depends on LUSTRE_FS depends on LUSTRE_FS
config LNET_MAX_PAYLOAD config LNET_MAX_PAYLOAD
int "Lustre lnet max transfer payload (default 2MB)" int "Lustre lnet max transfer payload (default 1MB)"
depends on LUSTRE_FS depends on LNET
default "1048576" default "1048576"
help help
This option defines the maximum size of payload in bytes that lnet This option defines the maximum size of payload in bytes that lnet