Re: [PATCH 1/2] fs: proc: use __seq_open_private()

2014-09-29 Thread Rob Jones
On 12/09/14 22:54, Andrew Morton wrote: On Fri, 12 Sep 2014 15:09:37 +0100 Rob Jones wrote: Reduce boilerplate code by using __seq_open_private() instead of seq_open(). http://ozlabs.org/~akpm/mmots/broken-out/fs-proc-task_nommuc-change-maps_open-to-use-__seq_open_private.patch already did

Re: [PATCH 1/2] fs: proc: use __seq_open_private()

2014-09-15 Thread Rob Jones
On 12/09/14 22:54, Andrew Morton wrote: On Fri, 12 Sep 2014 15:09:37 +0100 Rob Jones wrote: Reduce boilerplate code by using __seq_open_private() instead of seq_open(). http://ozlabs.org/~akpm/mmots/broken-out/fs-proc-task_nommuc-change-maps_open-to-use-__seq_open_private.patch already did

Re: [PATCH 1/2] fs: proc: use __seq_open_private()

2014-09-12 Thread Andrew Morton
On Fri, 12 Sep 2014 15:09:37 +0100 Rob Jones wrote: > Reduce boilerplate code by using __seq_open_private() instead of seq_open(). http://ozlabs.org/~akpm/mmots/broken-out/fs-proc-task_nommuc-change-maps_open-to-use-__seq_open_private.patch already did this. -- To unsubscribe from this list: sen

[PATCH 1/2] fs: proc: use __seq_open_private()

2014-09-12 Thread Rob Jones
Reduce boilerplate code by using __seq_open_private() instead of seq_open(). Signed-off-by: Rob Jones --- fs/proc/task_nommu.c | 22 -- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/fs/proc/task_nommu.c b/fs/proc/task_nommu.c index 678455d..b141050 100644 -