Re: [PATCH 1/2] erofs: add sysfs interface

From: Gao Xiang
Date: Mon Nov 08 2021 - 22:10:26 EST


Hi Jianan,

On Tue, Nov 09, 2021 at 10:54:44AM +0800, Huang Jianan via Linux-erofs wrote:

You might need to add a "From:" tag here, otherwise, the author will
show "Huang Jianan via Linux-erofs" due to your mailing server...

> Add sysfs interface to configure erofs related parameters in the
> future.

s/in the future/Later/

>
> Signed-off-by: Huang Jianan <huangjianan@xxxxxxxx>
> ---
> fs/erofs/Makefile | 2 +-
> fs/erofs/internal.h | 10 ++
> fs/erofs/super.c | 12 +++
> fs/erofs/sysfs.c | 239 ++++++++++++++++++++++++++++++++++++++++++++

At a quick glance, we might need to add sysfs API documentation
as well:
Documentation/ABI/testing/sysfs-fs-erofs

Thanks,
Gao Xiang