]> git.baikalelectronics.ru Git - kernel.git/commit
rxrpc: Fix defined range for /proc/sys/net/rxrpc/rx_mtu
authorDavid Howells <dhowells@redhat.com>
Fri, 4 Mar 2016 15:55:32 +0000 (15:55 +0000)
committerDavid Howells <dhowells@redhat.com>
Fri, 4 Mar 2016 15:55:32 +0000 (15:55 +0000)
commitcb12d73a0c1e46ec37c3fbe5d7ab653f93ed4d27
treef088dd6134cb714907c6ef43238cca4c7f82215f
parentf2b8b0d874b25468f9b440fc7910d6fa6e98dc45
rxrpc: Fix defined range for /proc/sys/net/rxrpc/rx_mtu

The upper bound of the defined range for rx_mtu is being set in the same
member as the lower bound (extra1) rather than the correct place (extra2).
I'm not entirely sure why this compiles.

Signed-off-by: David Howells <dhowells@redhat.com>
net/rxrpc/sysctl.c