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>
Sat, 17 Mar 2018 05:02:57 +0000 (14:02 +0900)
commitff62af200b94e06b1430eac6e58f5f26d13c749d
tree23f4285339aa68a38749106c87c37002dccd69f8
parentb7c409deda6bcaaa6452b015937a013dd8b481b4
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