Re: [PATCH] net: ipv4: route.c: simplify procfs code

2021-03-16 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Tue, 16 Mar 2021 10:57:36 +0800 you wrote: > proc_creat_seq() that directly take a struct seq_operations, > and deal with network namespaces in ->open. > > Signed-off-by: Yejune Deng > --- > net/ipv4/route.c | 34

Re: [PATCH] net: ipv4: route.c: simplify procfs code

2021-03-16 Thread Jakub Kicinski
On Tue, 16 Mar 2021 10:57:36 +0800 Yejune Deng wrote: > proc_creat_seq() that directly take a struct seq_operations, > and deal with network namespaces in ->open. > > Signed-off-by: Yejune Deng Looks equivalent to me: Reviewed-by: Jakub Kicinski

[PATCH] net: ipv4: route.c: simplify procfs code

2021-03-15 Thread Yejune Deng
proc_creat_seq() that directly take a struct seq_operations, and deal with network namespaces in ->open. Signed-off-by: Yejune Deng --- net/ipv4/route.c | 34 -- 1 file changed, 4 insertions(+), 30 deletions(-) diff --git a/net/ipv4/route.c b/net/ipv4/route.c ind