From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Perches Date: Thu, 12 Dec 2013 15:47:27 -0800 Subject: [Cluster-devel] [PATCH -next 0/4] fs: Use seq_is_buf_full In-Reply-To: References: Message-ID: List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Convert the fs uses and misuses of seq_printf to void These patches depend on https://lkml.org/lkml/2013/12/11/714 Joe Perches (4): dlm: Use seq_is_buf_full - remove seq_printf returns dlm: Use seq_puts, remove unnecessary trailing spaces fs: Convert show_fdinfo functions to void debugfs: Fix misuse of seq_printf return value fs/debugfs/file.c | 14 +-- fs/dlm/debug_fs.c | 274 +++++++++++++++++++++++++---------------------------- fs/eventfd.c | 15 +-- fs/eventpoll.c | 19 ++-- fs/notify/fdinfo.c | 68 ++++++------- fs/notify/fdinfo.h | 4 +- fs/proc/fd.c | 2 +- fs/signalfd.c | 10 +- include/linux/fs.h | 2 +- 9 files changed, 184 insertions(+), 224 deletions(-) -- 1.8.1.2.459.gbcd45b4.dirty