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=-5.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=unavailable 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 3DB01C5DF63 for ; Wed, 6 Nov 2019 21:46:24 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id E5679217D7 for ; Wed, 6 Nov 2019 21:46:23 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E5679217D7 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linux-erofs-bounces+linux-erofs=archiver.kernel.org@lists.ozlabs.org Received: from bilbo.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 477g8Y6ZkMzF5bY for ; Thu, 7 Nov 2019 08:46:21 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; spf=none (no SPF record) smtp.mailfrom=ucw.cz (client-ip=46.255.230.98; helo=jabberwock.ucw.cz; envelope-from=pavel@ucw.cz; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=denx.de X-Greylist: delayed 513 seconds by postgrey-1.36 at bilbo; Thu, 07 Nov 2019 08:46:09 AEDT Received: from jabberwock.ucw.cz (jabberwock.ucw.cz [46.255.230.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 477g8K5VB7zF5bY for ; Thu, 7 Nov 2019 08:46:09 +1100 (AEDT) Received: by jabberwock.ucw.cz (Postfix, from userid 1017) id 36D4F1C09B6; Wed, 6 Nov 2019 22:37:26 +0100 (CET) Date: Wed, 6 Nov 2019 22:37:25 +0100 From: Pavel Machek To: Chao Yu Subject: Re: [PATCH 10/10] errno.h: Provide EFSCORRUPTED for everybody Message-ID: <20191106213725.GB7020@amd> References: <20191104014510.102356-1-Valdis.Kletnieks@vt.edu> <20191104014510.102356-11-Valdis.Kletnieks@vt.edu> <5c441427-7e65-fcae-3518-eb37cea5f875@huawei.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="jq0ap7NbKX2Kqbes" Content-Disposition: inline In-Reply-To: <5c441427-7e65-fcae-3518-eb37cea5f875@huawei.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: linux-erofs@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development of Linux EROFS file system List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devel@driverdev.osuosl.org, linux-arch@vger.kernel.org, Jan Kara , Arnd Bergmann , "Darrick J . Wong" , Greg Kroah-Hartman , linux-kernel@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net, linux-xfs@vger.kernel.org, Andreas Dilger , Theodore Ts'o , Jaegeuk Kim , linux-fsdevel@vger.kernel.org, Valdis Kletnieks , Gao Xiang , linux-ext4@vger.kernel.org, linux-erofs@lists.ozlabs.org, Jan Kara Errors-To: linux-erofs-bounces+linux-erofs=archiver.kernel.org@lists.ozlabs.org Sender: "Linux-erofs" --jq0ap7NbKX2Kqbes Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi! > > There's currently 6 filesystems that have the same #define. Move it > > into errno.h so it's defined in just one place. > >=20 > > Signed-off-by: Valdis Kletnieks > > Acked-by: Darrick J. Wong > > Reviewed-by: Jan Kara > > Acked-by: Theodore Ts'o >=20 > > fs/erofs/internal.h | 2 -- >=20 > > fs/f2fs/f2fs.h | 1 - >=20 > Acked-by: Chao Yu Are we still using EUCLEAN for something else than EFSCORRUPTED? Could we perhaps change the glibc definiton to "your filesystem is corrupted" in the long run? Best regards, Pavel --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --jq0ap7NbKX2Kqbes Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAl3DPRUACgkQMOfwapXb+vIeLACgumqpgUAXyu1qs1LlH4i+wJ+u sPEAn0YdeU4hDroZD6g3yLDme7o5MHbL =nCbA -----END PGP SIGNATURE----- --jq0ap7NbKX2Kqbes--