[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1410530978-29627-1-git-send-email-rob.jones@codethink.co.uk>
Date: Fri, 12 Sep 2014 15:09:36 +0100
From: Rob Jones <rob.jones@...ethink.co.uk>
To: linux-kernel@...r.kernel.org
Cc: akpm@...ux-foundation.org, linux-kernel@...ethink.co.uk,
rob.jones@...ethink.co.uk
Subject: [PATCH 0/2] fs: proc: use seq_open_private()
Use __seq_open_private() to reduce boilerplate code in proc.
This function has been around, undocumented, for years. It can simplify
the set up code for seq file operations.
Signed-off-by: Rob Jones <rob.jones@...ethink.co.uk>
Rob Jones (2):
fs: proc: use __seq_open_private()
fs: proc: use __seq_open_private()
fs/proc/task_mmu.c | 42 ++++++++++++++++--------------------------
fs/proc/task_nommu.c | 22 ++++++++--------------
2 files changed, 24 insertions(+), 40 deletions(-)
--
1.7.10.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists