commit | ee6fe085a992d40d2b5d3e7e2b9e0eec1cdacaac | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Fri Mar 04 15:55:32 2016 +0000 |
committer | David Howells <dhowells@redhat.com> | Fri Mar 04 15:55:32 2016 +0000 |
tree | f088dd6134cb714907c6ef43238cca4c7f82215f | |
parent | e33b3d97bc443aa330f086ca90a209a0d35dfa86 [diff] |
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>