Re: [f2fs-dev] [RFC PATCH v2 4/4] f2fs: move fault injection to sysfs

2016-05-12 Thread Jaegeuk Kim
Hello, Could you send one patch which has 2, 3, and 4 together? And also, we don't need drop the mount option. Instead, we can turn on all the fault types with default values, once we get the option. Then, we can turn off any specific types dynamically. Thanks, On Thu, May 12, 2016 at

[f2fs-dev] [RFC PATCH v2 4/4] f2fs: move fault injection to sysfs

2016-05-11 Thread Sheng Yong
Replace mount option "f2fs_injection" by injection attributes in sysfs. Signed-off-by: Sheng Yong --- fs/f2fs/f2fs.h | 24 ++-- fs/f2fs/super.c | 18 -- 2 files changed, 18 insertions(+), 24 deletions(-) diff --git a/fs/f2fs/f2fs.h