]> git.baikalelectronics.ru Git - kernel.git/commit
net: xfrm: Change u32 sysctl entries to use proc_douintvec
authorsubashab@codeaurora.org <subashab@codeaurora.org>
Wed, 7 Sep 2016 00:09:31 +0000 (18:09 -0600)
committerDavid S. Miller <davem@davemloft.net>
Thu, 8 Sep 2016 06:17:53 +0000 (23:17 -0700)
commite42937cbc333ae21ba91638e18462a903138a4c3
tree755db59113cf05ebf20879b1033eca08563bc497
parent325ea00d3ddee720dae7f99387b744c9b4792c07
net: xfrm: Change u32 sysctl entries to use proc_douintvec

proc_dointvec limits the values to INT_MAX in u32 sysctl entries.
proc_douintvec allows to write upto UINT_MAX.

Signed-off-by: Subash Abhinov Kasiviswanathan <subashab@codeaurora.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/xfrm/xfrm_sysctl.c