You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
llc: Remove stray reference to sysctl_llc_station_ack_timeout.
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -47,13 +47,6 @@ static struct ctl_table llc2_timeout_table[] = {
|
||||
};
|
||||
|
||||
static struct ctl_table llc_station_table[] = {
|
||||
{
|
||||
.procname = "ack_timeout",
|
||||
.data = &sysctl_llc_station_ack_timeout,
|
||||
.maxlen = sizeof(long),
|
||||
.mode = 0644,
|
||||
.proc_handler = proc_dointvec_jiffies,
|
||||
},
|
||||
{ },
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user