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=-8.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=ham 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 A5301C4338F for ; Fri, 20 Aug 2021 14:06:18 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (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 3B053600D3 for ; Fri, 20 Aug 2021 14:06:18 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 3B053600D3 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.ozlabs.org Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4Grk2J6NDKz3cLc for ; Sat, 21 Aug 2021 00:06:16 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=ckBCEBXf; dkim-atps=neutral Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=kernel.org (client-ip=198.145.29.99; helo=mail.kernel.org; envelope-from=xiang@kernel.org; receiver=) Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=ckBCEBXf; dkim-atps=neutral Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (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 4Grk2D6tB6z30JG for ; Sat, 21 Aug 2021 00:06:12 +1000 (AEST) Received: by mail.kernel.org (Postfix) with ESMTPSA id 01EAC610E6; Fri, 20 Aug 2021 14:06:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1629468370; bh=bofNiEAZgtZJzhweUm3BxgGjokjElSWEjmtWP8oEyeI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ckBCEBXfhvLtzD6J0gzosaVzZqBzneo35jTvg4gwlwrSDQGq28JA1FjjgPnHujDcK XX01bnJ9AtojPY2QLaNrmKviEolSb09CW2B8MvQ7tWquJRJ90UfdJ1MNDMyYKTd4R/ fanM9S430qGFh3NbOwDQV2cvP/9WfJkrWSHOqQPY34JABV/qT21iAiTq/FY8bm/Anc MyxWWgCEqaBMDrmp2W//k8x2gkZ4Cef5OgO82GtJ19XMxV/RHDpzlfRhyXkk1yND0M Yk1tYvNEZsp/riEL01kO4cph/WUPEOEmCnoSyN76GBT+m/QCH0D3cU5WCO/tUSJsLJ Q3U0GAP0oQjNw== Date: Fri, 20 Aug 2021 22:05:49 +0800 From: Gao Xiang To: Igor Eisberg Subject: Re: An issue with erofsfuse Message-ID: <20210820140547.GC25885@hsiangkao-HP-ZHAN-66-Pro-G1> Mail-Followup-To: Igor Eisberg , linux-erofs@lists.ozlabs.org References: <20210820124831.GA25021@hsiangkao-HP-ZHAN-66-Pro-G1> <20210820132656.GA25885@hsiangkao-HP-ZHAN-66-Pro-G1> <20210820134248.GB25885@hsiangkao-HP-ZHAN-66-Pro-G1> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) 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: linux-erofs@lists.ozlabs.org Errors-To: linux-erofs-bounces+linux-erofs=archiver.kernel.org@lists.ozlabs.org Sender: "Linux-erofs" On Fri, Aug 20, 2021 at 04:58:38PM +0300, Igor Eisberg wrote: > Ah yes, silly me, got liblz4-1 confused with liblz4-dev, had to download > the 1.9.3 *.deb packages manually cause apt-get is pushing 1.8.3. > Now everything is working top-notch. > > Regarding mkfs.erofs, I know it can take file_contexts, but how should we > handle fs_config, if it's even necessary? I think you need mkfs.erofs from latest AOSP tree, we don't directly enable fs_config for generic Linux build. Thanks, Gao Xiang