From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bombadil.infradead.org ([65.50.211.133]:51237 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753912AbdF0Vsd (ORCPT ); Tue, 27 Jun 2017 17:48:33 -0400 From: Christoph Hellwig Subject: [PATCH 2/6] xfs: remove a whitespace-only line from xfs_fs_get_nextdqblk Date: Tue, 27 Jun 2017 14:48:24 -0700 Message-Id: <20170627214828.1029-3-hch@lst.de> In-Reply-To: <20170627214828.1029-1-hch@lst.de> References: <20170627214828.1029-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