From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bombadil.infradead.org ([65.50.211.133]:42137 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752807AbdF2NyY (ORCPT ); Thu, 29 Jun 2017 09:54:24 -0400 From: Christoph Hellwig Subject: [PATCH 1/5] xfs: remove a whitespace-only line from xfs_fs_get_nextdqblk Date: Thu, 29 Jun 2017 06:54:16 -0700 Message-Id: <20170629135420.21357-2-hch@lst.de> In-Reply-To: <20170629135420.21357-1-hch@lst.de> References: <20170629135420.21357-1-hch@lst.de> Sender: linux-xfs-owner@vger.kernel.org List-ID: List-Id: xfs To: Andreas Gruenbacher Cc: Jan Kara , linux-fsdevel@vger.kernel.org, linux-xfs@vger.kernel.org, linux-ext4@vger.kernel.org Signed-off-by: Christoph Hellwig --- 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