[PATCH] f2fs: show the fault injection mount option

2017-01-26 Thread Kaixu Xia
This patch shows the fault injection mount option in f2fs_show_options(). Signed-off-by: Kaixu Xia --- fs/f2fs/super.c |5 + 1 file changed, 5 insertions(+) diff --git a/fs/f2fs/super.c b/fs/f2fs/super.c index 46fd30d..47880b4 100644 --- a/fs/f2fs/super.c +++

[PATCH] f2fs: show the fault injection mount option

2017-01-26 Thread Kaixu Xia
This patch shows the fault injection mount option in f2fs_show_options(). Signed-off-by: Kaixu Xia --- fs/f2fs/super.c |5 + 1 file changed, 5 insertions(+) diff --git a/fs/f2fs/super.c b/fs/f2fs/super.c index 46fd30d..47880b4 100644 --- a/fs/f2fs/super.c +++ b/fs/f2fs/super.c @@