From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,UNPARSEABLE_RELAY autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 922BAC433E0 for ; Sun, 31 May 2020 16:17:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7899E206C3 for ; Sun, 31 May 2020 16:17:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727932AbgEaQR3 (ORCPT ); Sun, 31 May 2020 12:17:29 -0400 Received: from out20-98.mail.aliyun.com ([115.124.20.98]:44949 "EHLO out20-98.mail.aliyun.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725912AbgEaQR3 (ORCPT ); Sun, 31 May 2020 12:17:29 -0400 X-Alimail-AntiSpam: AC=CONTINUE;BC=0.2005763|-1;CH=green;DM=|CONTINUE|false|;DS=CONTINUE|ham_news_journal|0.0219211-0.00198064-0.976098;FP=0|0|0|0|0|-1|-1|-1;HT=e02c03302;MF=guan@eryu.me;NM=1;PH=DS;RN=3;RT=3;SR=0;TI=SMTPD_---.HgHQtMv_1590941841; Received: from localhost(mailfrom:guan@eryu.me fp:SMTPD_---.HgHQtMv_1590941841) by smtp.aliyun-inc.com(10.147.41.121); Mon, 01 Jun 2020 00:17:22 +0800 Date: Mon, 1 Jun 2020 00:17:21 +0800 From: Eryu Guan To: Eric Sandeen Cc: linux-xfs , fstests Subject: Re: [PATCH 1/4] xfs: make sure our default quota warning limits and grace periods survive quotacheck Message-ID: <20200531161721.GD3363@desktop> References: <9c9a63f3-13ab-d5b6-923c-4ea684b6b2f8@redhat.com> <4b264d49-c5d4-4e0f-3710-38a3e0c321a1@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4b264d49-c5d4-4e0f-3710-38a3e0c321a1@redhat.com> Sender: fstests-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: fstests@vger.kernel.org On Mon, May 18, 2020 at 02:59:39PM -0500, Eric Sandeen wrote: > From: "Darrick J. Wong" > > Make sure that the default quota grace period and maximum warning limits > set by the administrator survive quotacheck. > > Signed-off-by: Darrick J. Wong > Reviewed-by: Eric Sandeen > Signed-off-by: Eric Sandeen Ah, this was already merged in last update. Thanks anyway :) Eryu