commit | 0f76d2564469fd3a337de088f533364cef206130 | [log] [tgz] |
---|---|---|
author | subashab@codeaurora.org <subashab@codeaurora.org> | Tue Sep 06 18:09:31 2016 -0600 |
committer | David S. Miller <davem@davemloft.net> | Wed Sep 07 23:17:53 2016 -0700 |
tree | 755db59113cf05ebf20879b1033eca08563bc497 | |
parent | 015777be2d489dcf9217353b6492ddc6ae85c1b2 [diff] |
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>