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.8 required=3.0 tests=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 D1F00C3A59F for ; Sun, 18 Aug 2019 08:33:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9FDB62173B for ; Sun, 18 Aug 2019 08:33:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726617AbfHRIdg convert rfc822-to-8bit (ORCPT ); Sun, 18 Aug 2019 04:33:36 -0400 Received: from lithops.sigma-star.at ([195.201.40.130]:51488 "EHLO lithops.sigma-star.at" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726208AbfHRIdf (ORCPT ); Sun, 18 Aug 2019 04:33:35 -0400 Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id C2CC4621FCCB; Sun, 18 Aug 2019 10:33:33 +0200 (CEST) Received: from lithops.sigma-star.at ([127.0.0.1]) by localhost (lithops.sigma-star.at [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id XeZIT_USZWky; Sun, 18 Aug 2019 10:33:33 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by lithops.sigma-star.at (Postfix) with ESMTP id 78A63621FCDD; Sun, 18 Aug 2019 10:33:33 +0200 (CEST) Received: from lithops.sigma-star.at ([127.0.0.1]) by localhost (lithops.sigma-star.at [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 7lybuVzrZDKf; Sun, 18 Aug 2019 10:33:33 +0200 (CEST) Received: from lithops.sigma-star.at (lithops.sigma-star.at [195.201.40.130]) by lithops.sigma-star.at (Postfix) with ESMTP id 21F18608311C; Sun, 18 Aug 2019 10:33:33 +0200 (CEST) Date: Sun, 18 Aug 2019 10:33:33 +0200 (CEST) From: Richard Weinberger To: Gao Xiang Cc: Chao Yu , Matthew Wilcox , Greg Kroah-Hartman , devel , linux-fsdevel , linux-kernel , linux-erofs , Chao Yu , Miao Xie , Fang Wei , Gao Xiang , stable Message-ID: <35138595.69023.1566117213033.JavaMail.zimbra@nod.at> In-Reply-To: <20190818032111.9862-1-hsiangkao@aol.com> References: <20190818030109.GA8225@hsiangkao-HP-ZHAN-66-Pro-G1> <20190818032111.9862-1-hsiangkao@aol.com> Subject: Re: [PATCH v3 RESEND] staging: erofs: fix an error handling in erofs_readdir() MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT X-Originating-IP: [195.201.40.130] X-Mailer: Zimbra 8.8.12_GA_3807 (ZimbraWebClient - FF60 (Linux)/8.8.12_GA_3809) Thread-Topic: staging: erofs: fix an error handling in erofs_readdir() Thread-Index: Rcstd4mNm/okj9qGD1bM50Z4foHydA== Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org ----- Ursprüngliche Mail ----- > changelog from v2: > - transform EIO to EFSCORRUPTED as suggested by Matthew; erofs does not define EFSCORRUPTED, so the build fails. At least on Linus' tree as of today. Thanks, //richard From mboxrd@z Thu Jan 1 00:00:00 1970 From: richard@nod.at (Richard Weinberger) Date: Sun, 18 Aug 2019 10:33:33 +0200 (CEST) Subject: [PATCH v3 RESEND] staging: erofs: fix an error handling in erofs_readdir() In-Reply-To: <20190818032111.9862-1-hsiangkao@aol.com> References: <20190818030109.GA8225@hsiangkao-HP-ZHAN-66-Pro-G1> <20190818032111.9862-1-hsiangkao@aol.com> Message-ID: <35138595.69023.1566117213033.JavaMail.zimbra@nod.at> List-Id: Linux Driver Project Developer List ----- Urspr?ngliche Mail ----- > changelog from v2: > - transform EIO to EFSCORRUPTED as suggested by Matthew; erofs does not define EFSCORRUPTED, so the build fails. At least on Linus' tree as of today. Thanks, //richard