Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

James Simmons and committed by
Greg Kroah-Hartman
78ed9534 71bf3883

+2 -2
+2 -2
drivers/staging/lustre/lnet/Kconfig
··· 3 3 depends on LUSTRE_FS 4 4 5 5 config LNET_MAX_PAYLOAD 6 - int "Lustre lnet max transfer payload (default 2MB)" 7 - depends on LUSTRE_FS 6 + int "Lustre lnet max transfer payload (default 1MB)" 7 + depends on LNET 8 8 default "1048576" 9 9 help 10 10 This option defines the maximum size of payload in bytes that lnet