Re: [iproute PATCH v2 08/18] ss: Turn generic_proc_open() wrappers into macros

2016-12-05 Thread Phil Sutter
On Mon, Dec 05, 2016 at 05:02:20PM +, David Laight wrote: > From: Phil Sutter > > Sent: 02 December 2016 10:40 > > Signed-off-by: Phil Sutter > > --- > > misc/ss.c | 89 > > ++- > > 1 file changed, 19 insertions(+), 70

RE: [iproute PATCH v2 08/18] ss: Turn generic_proc_open() wrappers into macros

2016-12-05 Thread David Laight
From: Phil Sutter > Sent: 02 December 2016 10:40 > Signed-off-by: Phil Sutter > --- > misc/ss.c | 89 > ++- > 1 file changed, 19 insertions(+), 70 deletions(-) > > diff --git a/misc/ss.c b/misc/ss.c > index

[iproute PATCH v2 08/18] ss: Turn generic_proc_open() wrappers into macros

2016-12-02 Thread Phil Sutter
Signed-off-by: Phil Sutter --- misc/ss.c | 89 ++- 1 file changed, 19 insertions(+), 70 deletions(-) diff --git a/misc/ss.c b/misc/ss.c index ad38eb97b0055..71040a82ca6b1 100644 --- a/misc/ss.c +++ b/misc/ss.c @@ -327,76