From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Perches Subject: Re: [PATCH -next 0/4] fs: Use seq_is_buf_full Date: Wed, 08 Jan 2014 09:47:42 -0800 Message-ID: <1389203262.24222.3.camel@joe-AO722> References: Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Cc: linux-kernel@vger.kernel.org, cluster-devel@redhat.com, linux-fsdevel@vger.kernel.org To: Alexander Viro Return-path: Received: from smtprelay0018.hostedemail.com ([216.40.44.18]:43524 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751070AbaAHRrp (ORCPT ); Wed, 8 Jan 2014 12:47:45 -0500 In-Reply-To: Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Thu, 2013-12-12 at 15:47 -0800, Joe Perches wrote: > 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 Ping? > 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(-) >