Re: [f2fs-dev] [RFC PATCH v5 2/3] f2fs: introduce a new mount option test_dummy_encryption

2018-03-16 Thread Chao Yu
On 2018/3/15 18:51, Sheng Yong wrote: > This patch introduces a new mount option `test_dummy_encryption' > to allow fscrypt to create a fake fscrypt context. This is used > by xfstests. > > Signed-off-by: Sheng Yong Reviewed-by: Chao Yu Thanks,

[f2fs-dev] [RFC PATCH v5 2/3] f2fs: introduce a new mount option test_dummy_encryption

2018-03-15 Thread Sheng Yong
This patch introduces a new mount option `test_dummy_encryption' to allow fscrypt to create a fake fscrypt context. This is used by xfstests. Signed-off-by: Sheng Yong --- Documentation/filesystems/f2fs.txt | 2 ++ fs/f2fs/dir.c | 4 +++-