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

From: Huang Jianan
Date: Tue Nov 09 2021 - 02:30:25 EST


Hi Xiang,

在 2021/11/9 11:10, Gao Xiang 写道:
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...
I have used --from, maybe I need to add on the patch manually ... 🙁
Add sysfs interface to configure erofs related parameters in the
future.
s/in the future/Later/
Will be fixed.
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
I will attach it in the next version.

Thanks,
Jianan
Thanks,
Gao Xiang