f2fs: introduce a new mount option test_dummy_encryption
authorSheng Yong <shengyong1@huawei.com>
Thu, 15 Mar 2018 10:51:42 +0000 (18:51 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Sun, 8 Apr 2018 11:14:30 +0000 (04:14 -0700)
commit0a8cedc2cea38d18d30bb76dc878966e7b6c6ee0
treeb9c3b43ea697dc17f2689660cc677a64a3cd4c3c
parent5786b414a719b95add6005f47cd3adfdf440eb3d
f2fs: introduce a new mount option test_dummy_encryption

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 <shengyong1@huawei.com>
Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Documentation/filesystems/f2fs.txt
fs/f2fs/dir.c
fs/f2fs/f2fs.h
fs/f2fs/namei.c
fs/f2fs/super.c