diff options
Diffstat (limited to 'net/ipv4/tcp_metrics.c')
| -rw-r--r-- | net/ipv4/tcp_metrics.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/tcp_metrics.c b/net/ipv4/tcp_metrics.c index d58e672be31c..82f4575f9cd9 100644 --- a/net/ipv4/tcp_metrics.c +++ b/net/ipv4/tcp_metrics.c @@ -969,6 +969,7 @@ static struct genl_family tcp_metrics_nl_family __ro_after_init = {  	.module		= THIS_MODULE,  	.small_ops	= tcp_metrics_nl_ops,  	.n_small_ops	= ARRAY_SIZE(tcp_metrics_nl_ops), +	.resv_start_op	= TCP_METRICS_CMD_DEL + 1,  };  static unsigned int tcpmhash_entries;  | 
