]> 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)
commit7729de4eb6fc394fec90bc4a5fba16b7e8aa053b
tree755db59113cf05ebf20879b1033eca08563bc497
parent7184e40bdc06af170be8b6607d1c5c0b36447509
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