linux/net/netlink
David S. Miller b8e429a2fe genetlink: Fix off-by-one in genl_allocate_reserve_groups()
The bug fix for adding n_groups to the computation forgot
to adjust ">=" to ">" to keep the condition correct.

Signed-off-by: David S. Miller <davem@davemloft.net>
2016-01-13 10:28:06 -05:00
..
af_netlink.c netlink: add a start callback for starting a netlink dump 2015-12-15 23:25:20 -05:00
af_netlink.h
diag.c
genetlink.c genetlink: Fix off-by-one in genl_allocate_reserve_groups() 2016-01-13 10:28:06 -05:00
Kconfig
Makefile