[Ocfs2-devel] [PATCH 0/3] fs: ocfs2: use seq_open_private()
Rob Jones
rob.jones at codethink.co.uk
Wed Sep 10 07:49:15 PDT 2014
Use seq_open_private() and __seq_open_private() to reduce boilerplate
code in ocfs2.
These two functions have been around, undocumented, for years. They can
simplify the set up code for seq file operations.
Note that sparse complains about all three files in this series but the
problems are outside the remit of this patch series.
Signed-off-by: Rob Jones <rob.jones at codethink.co.uk>
Rob Jones (3):
fs: ocfs2: use seq_open_private() not seq_open()
fs: ocfs2: use seq_open_private() not seq_open()
fs: ocfs2: Use __seq_open_private() not seq_open()
fs/ocfs2/cluster/netdebug.c | 78 +++++++++++--------------------------------
fs/ocfs2/dlm/dlmdebug.c | 39 ++++++++--------------
fs/ocfs2/dlmglue.c | 23 +++----------
3 files changed, 38 insertions(+), 102 deletions(-)
--
1.7.10.4
More information about the Ocfs2-devel
mailing list