[PATCH 0/3] fs: ocfs2: use seq_open_private()

From: Rob Jones
Date: Wed Sep 10 2014 - 10:49:37 EST


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@xxxxxxxxxxxxxxx>

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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/