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=-0.6 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 0E4EEC28CBC for ; Sat, 9 May 2020 16:36:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C604F20735 for ; Sat, 9 May 2020 16:36:18 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="p2rDAHyS" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727950AbgEIQgS (ORCPT ); Sat, 9 May 2020 12:36:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37268 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1727787AbgEIQgS (ORCPT ); Sat, 9 May 2020 12:36:18 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 32B33C061A0C for ; Sat, 9 May 2020 09:36:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=dSMuqF/cI4p4GjP4WYAws0EN1J+ef6lgYzHEus+MhUo=; b=p2rDAHySucObDZJsEME5Ch3hDA fuwgUg+BQ50S4gHmHSeEeadE10gQtmbhbyqBooL0j7Zawdhc9P/FUIN+E5iI13lQZ/117bv6HBAr0 q1mNk/gQpkigeWLTv4VaqgU0ENB0RqRZavwhyia+rSW3sgPFTJdKig6Zczgq0oU8uiz3eBE2tv4El OCIwvQmb8KpsefbqqRANoRApwkVVBYYAamwwI++mOB3MasLk6TqzgxEFg4JGfWLJcVqMrnJAON0UY kMbKM/+FBNPypjdXf3taiB77+X807XU+t9HM77OgRSkvbF+e43ILSm3oiYIzMKrrTwJVfqiD7M5CC +Wkpsheg==; Received: from hch by bombadil.infradead.org with local (Exim 4.92.3 #3 (Red Hat Linux)) id 1jXSSF-0008Gj-Hg; Sat, 09 May 2020 16:35:59 +0000 Date: Sat, 9 May 2020 09:35:59 -0700 From: Christoph Hellwig To: xiakaixu1987@gmail.com Cc: linux-xfs@vger.kernel.org, darrick.wong@oracle.com, Kaixu Xia Subject: Re: [PATCH] xfs: fix the warning message in xfs_validate_sb_common() Message-ID: <20200509163559.GA23078@infradead.org> References: <1589036387-15975-1-git-send-email-kaixuxia@tencent.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1589036387-15975-1-git-send-email-kaixuxia@tencent.com> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Sender: linux-xfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-xfs@vger.kernel.org On Sat, May 09, 2020 at 10:59:47PM +0800, xiakaixu1987@gmail.com wrote: > From: Kaixu Xia > > The warning message should be PQUOTA/GQUOTA_{ENFD|CHKD} can't along > with superblock earlier than version 5, so fix it. Looks good, Reviewed-by: Christoph Hellwig