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)
commit0f76d2564469fd3a337de088f533364cef206130
tree755db59113cf05ebf20879b1033eca08563bc497
parent015777be2d489dcf9217353b6492ddc6ae85c1b2
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