From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out30-98.freemail.mail.aliyun.com (out30-98.freemail.mail.aliyun.com [115.124.30.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 4AF473BB5A; Wed, 7 Jan 2026 05:51:56 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=115.124.30.98 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1767765120; cv=none; b=qGX0tIE3mLh+rOvEkcsqM3I9uAGailaeaPsJjkS+D4HwPxwg4flLZoLuLENnv+F0DBdlm2A2/1UhJTwPJg8Vv+tRRjtZ/254q5ubmRUPmbuHOB/3ic44qrpDO5/qNJfGc5Qg64gkapYn4OJZ/aGyavkVuvVOgwRg5UUCV8CG9QY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1767765120; c=relaxed/simple; bh=EP9GGIXvhrmUJ1l7F5Fbn5rgOdqEu0tPeQoDbjNBdbQ=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=Yqj95m7fzGJW0pArtKIvlq21TTpu13a2qJAyY0+Vgl/Z73oumZ7P6zSEqYHWXRqolfxoK/D3xKVkEzokIqit7doUxjPbVWluCOJ171M1HeJ/CrZbH7NNjC8ilIZi8dwVC+d+jbwNbAbsCHMeZ8TH+l4vmTx3VrJu+P76zfG7oUM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.alibaba.com; spf=pass smtp.mailfrom=linux.alibaba.com; dkim=pass (1024-bit key) header.d=linux.alibaba.com header.i=@linux.alibaba.com header.b=Gv5IdJzP; arc=none smtp.client-ip=115.124.30.98 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.alibaba.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.alibaba.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.alibaba.com header.i=@linux.alibaba.com header.b="Gv5IdJzP" DKIM-Signature:v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.alibaba.com; s=default; t=1767765108; h=Message-ID:Date:MIME-Version:Subject:To:From:Content-Type; bh=riAjk1mLYj44mzUokmcOFJgCmy8gwS2bayryYTykvbs=; b=Gv5IdJzPSVK2JSeKBAFApi0+/ssmxZXx867Hs2WrL9VgFjn9eGPfLchxvkiclK6rlTTvMr4Mxb9pFnXO4dUSoqPjP7mxlzvxhw5P4YRiyEdDcA7J7yjWKKPP0fVlUh30kAICB94nOaiVcSEt2dMMvL5z7e6EFIqA5jZLJGNMX/8= Received: from 30.221.132.240(mailfrom:hsiangkao@linux.alibaba.com fp:SMTPD_---0WwXh5Jz_1767765107 cluster:ay36) by smtp.aliyun-inc.com; Wed, 07 Jan 2026 13:51:47 +0800 Message-ID: Date: Wed, 7 Jan 2026 13:51:45 +0800 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v12 05/10] erofs: support user-defined fingerprint name To: Hongbo Li , chao@kernel.org, brauner@kernel.org Cc: djwong@kernel.org, amir73il@gmail.com, hch@lst.de, linux-fsdevel@vger.kernel.org, linux-erofs@lists.ozlabs.org, linux-kernel@vger.kernel.org References: <20251231090118.541061-1-lihongbo22@huawei.com> <20251231090118.541061-6-lihongbo22@huawei.com> From: Gao Xiang In-Reply-To: <20251231090118.541061-6-lihongbo22@huawei.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 2025/12/31 17:01, Hongbo Li wrote: > From: Hongzhen Luo > > When creating the EROFS image, users can specify the fingerprint name. > This is to prepare for the upcoming inode page cache share. > > Signed-off-by: Hongzhen Luo > Signed-off-by: Hongbo Li Reviewed-by: Gao Xiang Thanks, Gao Xiang