+1
−0
+3
−0
fs/fs_ctl.c
0 → 100644
+36
−0
+4
−0
Loading
hulk inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/IB5UKT -------------------------------- In order to make the user state control the characteristics of the erofs, a dynamic switch about erofs is added. The switch named erofs_enabled is isolated by CONFIG_EROFS_FS. Users can open it by echo 1/on/ON/y/Y to /sys/module/fs_ctl/parameters/erofs_enabled. Signed-off-by:Zizhi Wo <wozizhi@huawei.com>