[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1410360558-28399-1-git-send-email-rob.jones@codethink.co.uk>
Date: Wed, 10 Sep 2014 15:49:15 +0100
From: Rob Jones <rob.jones@...ethink.co.uk>
To: linux-kernel@...r.kernel.org
Cc: ocfs2-devel@....oracle.com, dan.carpenter@...cle.com,
akpm@...ux-foundation.org, jlbec@...lplan.org, mfasheh@...e.com,
linux-kernel@...ethink.co.uk, rob.jones@...ethink.co.uk
Subject: [PATCH 0/3] fs: ocfs2: use seq_open_private()
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@...ethink.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
--
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