Re: [PATCH] net: sock: remove dead cgroup methods from struct proto

2016-01-21 Thread Sergei Shtylyov
Hello. On 01/21/2016 10:01 PM, Johannes Weiner wrote: The cgroup methods are no longer used after baac50b ("net: 12-digit ID is now enforced by scripts/checkpatch.pl. tcp_memcontrol: simplify linkage between socket and page counter"). The hunk to delete them was included in the original

Re: [PATCH] net: sock: remove dead cgroup methods from struct proto

2016-01-21 Thread Johannes Weiner
the headsup, that hasn't made it into my copy of checkpatch.pl yet. Here is the updated patch: >From ac0fd0c5f31cdc73c52fd86f40af419c1871fbcf Mon Sep 17 00:00:00 2001 From: Johannes Weiner <han...@cmpxchg.org> Date: Thu, 21 Jan 2016 13:34:47 -0500 Subject: [PATCH] net: sock: remove

Re: [PATCH] net: sock: remove dead cgroup methods from struct proto

2016-01-21 Thread David Miller
From: Johannes Weiner <han...@cmpxchg.org> Date: Thu, 21 Jan 2016 15:56:28 -0500 > From ac0fd0c5f31cdc73c52fd86f40af419c1871fbcf Mon Sep 17 00:00:00 2001 > From: Johannes Weiner <han...@cmpxchg.org> > Date: Thu, 21 Jan 2016 13:34:47 -0500 > Subject: [PATCH] net: sock: re

[PATCH] net: sock: remove dead cgroup methods from struct proto

2016-01-21 Thread Johannes Weiner
The cgroup methods are no longer used after baac50b ("net: tcp_memcontrol: simplify linkage between socket and page counter"). The hunk to delete them was included in the original patch but must have gotten lost during conflict resolution on the way upstream. Fixes: baac50b ("net: tcp_memcontrol: