David Miller [off-list ref] writes:
From: Ingo Molnar <redacted>
Date: Tue, 8 Dec 2009 20:45:30 +0100
quoted
i just switched to today's -git tree and there's this new build failure
on x86:
net/sctp/sysctl.c:251: error: unknown field 'strategy' specified in initializer
net/sctp/sysctl.c:251: error: 'sysctl_intvec' undeclared here (not in a function)
havent looked into it yet - config attached.
It's probably a conflict with Eric Beiderman's sysctl cleanups that
got merged in at the same time.
Yep. You guys figured it out. Thanks all.
I have looked and I don't see any more .ctl_name or .strategy fields
left in the kernel so this should be the last of it.
Hooray! Maintenance of binary sysctl is gone!
Eric