Received: by 2002:a05:6a10:16a7:0:0:0:0 with SMTP id gp39csp3863274pxb; Tue, 17 Nov 2020 05:40:44 -0800 (PST) X-Google-Smtp-Source: ABdhPJxW78SjbUjTx8w9FayQVAdSL77qJK3cQanaeizCq9h4nEExLZUGb6xirtObWM9Glgzrf1i5 X-Received: by 2002:a50:99d6:: with SMTP id n22mr21337142edb.261.1605620444609; Tue, 17 Nov 2020 05:40:44 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1605620444; cv=none; d=google.com; s=arc-20160816; b=NQAWrw1ZglvyZ3BKjW1kWid4h3Y6QZB1kin8n1scWtFCzHNDYbYPyS5jx5tTjYWn4g 9lKgk8cUv46o8wmuzIcRJMaRa2gx0Qpq/cNXUu1l95NWYycUp06lPpNOulhaekWtWheK RYmi4L91AGD+FsuvvYm0ZoGT/WnAdGIEtch6rOtloXEQN5lflqsCSC0z5O2iE49PZKgP yzPVbYqmQFOMLEznlemZjneG1pCzbSJa20jH0U/+BBFD7DTXux9l5FY245HRgsyEHP94 H8NnScwB1hmZs56l1mEK93fB4BZ8WiQWMpRPZjW0JfL928+xWoCWufHaXQGAMgC9e5tT kprQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=XycGy6RDbyS0Pg41vXTjyT3BSiC+xx4JoxsNgVT1iqE=; b=W4Xneff/rufGD5xa9GQ3TLQO7tqQDl9EkEsbuv/+5MR/8xy807sQnNMyC1V9E5IQjH QXQ3PTjPpglvtZr6WrzqqmfkjxmMZ9dHMgXZaO1vu9fJ9SwpHIRhL4ECfz09GBsAOuwX 8aejeGrDjic1YOIzLiF8xwJVZ+kEpD3Z5ckW1vqAqLdKicOhF82C//weEyqNEYDTVkAN 4NkdbNyne1Vbg/oQB8P7H5pXjpiCl1BYBpRkEROnjHo7Xa7gBQDMf70zf2Et8QKNftf/ 5mig/IbGxqO7IJZ1mZhjQQRGLxX+W4r5cDjP47Ay0tqFCeTJKP6eIHlI1oB1IrP/+HaR A40g== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=1KJSBD1T; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id a20si16926454edn.39.2020.11.17.05.40.21; Tue, 17 Nov 2020 05:40:44 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=1KJSBD1T; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732493AbgKQNfm (ORCPT + 99 others); Tue, 17 Nov 2020 08:35:42 -0500 Received: from mail.kernel.org ([198.145.29.99]:46432 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732052AbgKQNff (ORCPT ); Tue, 17 Nov 2020 08:35:35 -0500 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 997BA2467A; Tue, 17 Nov 2020 13:35:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1605620135; bh=sW56ZONulphTJNrzR+SU5Sy5PAkV0u1J025vu7So/C8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=1KJSBD1TuAgb4GSN1/K8uNA6Ij3YXcDWDWQLUPOaxpCiZMGdskrHKGlwo564amfVp SxSKxTjCo9HwfSA8HWHZ6rB8gvSONJTUJV0Ulo0gUfvZPD+9aGnXnWGYGbF4Prpl0m wYgvNipZTqVe+we77IOlaL/IFq9L4aksSzSbGqSE= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Bob Peterson , Andreas Gruenbacher , Sasha Levin Subject: [PATCH 5.9 091/255] gfs2: check for live vs. read-only file system in gfs2_fitrim Date: Tue, 17 Nov 2020 14:03:51 +0100 Message-Id: <20201117122143.388063276@linuxfoundation.org> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20201117122138.925150709@linuxfoundation.org> References: <20201117122138.925150709@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Bob Peterson [ Upstream commit c5c68724696e7d2f8db58a5fce3673208d35c485 ] Before this patch, gfs2_fitrim was not properly checking for a "live" file system. If the file system had something to trim and the file system was read-only (or spectator) it would start the trim, but when it starts the transaction, gfs2_trans_begin returns -EROFS (read-only file system) and it errors out. However, if the file system was already trimmed so there's no work to do, it never called gfs2_trans_begin. That code is bypassed so it never returns the error. Instead, it returns a good return code with 0 work. All this makes for inconsistent behavior: The same fstrim command can return -EROFS in one case and 0 in another. This tripped up xfstests generic/537 which reports the error as: +fstrim with unrecovered metadata just ate your filesystem This patch adds a check for a "live" (iow, active journal, iow, RW) file system, and if not, returns the error properly. Signed-off-by: Bob Peterson Signed-off-by: Andreas Gruenbacher Signed-off-by: Sasha Levin --- fs/gfs2/rgrp.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fs/gfs2/rgrp.c b/fs/gfs2/rgrp.c index 1d65db1b3914a..ac306895bbbcc 100644 --- a/fs/gfs2/rgrp.c +++ b/fs/gfs2/rgrp.c @@ -1374,6 +1374,9 @@ int gfs2_fitrim(struct file *filp, void __user *argp) if (!capable(CAP_SYS_ADMIN)) return -EPERM; + if (!test_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags)) + return -EROFS; + if (!blk_queue_discard(q)) return -EOPNOTSUPP; -- 2.27.0