From: David Ahern <dsah...@gmail.com> Date: Fri, 14 Dec 2018 12:40:34 -0700
> On 12/14/18 12:38 PM, Jakub Kicinski wrote: >> NETLINK_DUMP_STRICT_CHK can be used for all GET requests, >> dumps as well as doit handlers. Replace the DUMP in the >> name with GET make that clearer. >> >> Signed-off-by: Jakub Kicinski <jakub.kicin...@netronome.com> >> --- >> include/uapi/linux/netlink.h | 2 +- >> net/netlink/af_netlink.c | 4 ++-- >> tools/include/uapi/linux/netlink.h | 2 +- >> 3 files changed, 4 insertions(+), 4 deletions(-) >> > > Reviewed-by: David Ahern <dsah...@gmail.com> Applied, luckily we can still do this.