Re: [PATCH] tcp_memcontrol: remove a redundant statement in tcp_destroy_cgroup()

2013-04-09 Thread David Miller
From: Li Zefan Date: Tue, 9 Apr 2013 13:59:28 +0800 > We read the value but make no use of it. > > Signed-off-by: Li Zefan Applied. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vg

[PATCH] tcp_memcontrol: remove a redundant statement in tcp_destroy_cgroup()

2013-04-08 Thread Li Zefan
We read the value but make no use of it. Signed-off-by: Li Zefan --- net/ipv4/tcp_memcontrol.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/net/ipv4/tcp_memcontrol.c b/net/ipv4/tcp_memcontrol.c index b6f3583..d52196f 100644 --- a/net/ipv4/tcp_memcontrol.c +++ b/net/ipv4/tcp_memcontrol.c