Re: [PATCH 2/2] f2fs: Add f2fs stats to sysfs
From: Chao Yu
Date: Thu Oct 24 2019 - 05:26:53 EST
On 2019/10/24 5:48, Hridya Valsaraju wrote:
> Currently f2fs stats are only available from /d/f2fs/status. This patch
> adds some of the f2fs stats to sysfs so that they are accessible even
> when debugfs is not mounted.
Why don't we mount debugfs first?
Thanks,