]> git.michaelhowe.org Git - packages/o/openafs.git/commit
Linux 3.17: No more typedef for ctl_table
authorMarc Dionne <marc.dionne@your-file-system.com>
Tue, 9 Sep 2014 13:39:55 +0000 (10:39 -0300)
committerStephan Wiesand <stephan.wiesand@desy.de>
Thu, 6 Nov 2014 12:13:55 +0000 (07:13 -0500)
commit75f36df74bb3c13aadb047163b93d6c24436f784
tree524559f189667496a9455082f8ca1e3d7182a17d
parent198a4c970ee3cce9dcf3c49fd178d3e1fc3c6c9b
Linux 3.17: No more typedef for ctl_table

The typedef has been removed so we need to use the structure
directly.

Note that the API for register_sysctl_table has also changed
with 3.17, but it reverted back to a form that existed
before and the configure tests handle it correctly.

Reviewed-on: http://gerrit.openafs.org/11455
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Perry Ruiter <pruiter@sinenomine.net>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: D Brashear <shadow@your-file-system.com>
(cherry picked from commit 6a23ca5b6e8bcaf881be7a4c50bfba72d001e6cd)

Change-Id: Ifb8fc0b9b01d2578c65407608f0e1b3f3b254459
Reviewed-on: http://gerrit.openafs.org/11549
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
src/afs/LINUX/osi_sysctl.c
src/cf/linux-test4.m4