From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from userp1040.oracle.com ([156.151.31.81]:38757 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751741AbdGACpt (ORCPT ); Fri, 30 Jun 2017 22:45:49 -0400 Date: Fri, 30 Jun 2017 19:45:31 -0700 From: "Darrick J. Wong" To: Christoph Hellwig Cc: Andreas Gruenbacher , Jan Kara , linux-fsdevel@vger.kernel.org, linux-xfs@vger.kernel.org, linux-ext4@vger.kernel.org Subject: Re: [PATCH 1/5] xfs: remove a whitespace-only line from xfs_fs_get_nextdqblk Message-ID: <20170701024531.GR5874@birch.djwong.org> References: <20170629135420.21357-1-hch@lst.de> <20170629135420.21357-2-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170629135420.21357-2-hch@lst.de> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Thu, Jun 29, 2017 at 06:54:16AM -0700, Christoph Hellwig wrote: > Signed-off-by: Christoph Hellwig Reviewed-by: Darrick J. Wong > --- > fs/xfs/xfs_quotaops.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/fs/xfs/xfs_quotaops.c b/fs/xfs/xfs_quotaops.c > index f82d79a8c694..de9493253edf 100644 > --- a/fs/xfs/xfs_quotaops.c > +++ b/fs/xfs/xfs_quotaops.c > @@ -269,7 +269,6 @@ xfs_fs_get_nextdqblk( > /* ID may be different, so convert back what we got */ > *qid = make_kqid(current_user_ns(), qid->type, id); > return 0; > - > } > > STATIC int > -- > 2.11.0 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-xfs" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html