staging: erofs: add super block operations
authorGao Xiang <gaoxiang25@huawei.com>
Thu, 26 Jul 2018 12:21:46 +0000 (20:21 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 27 Jul 2018 15:21:59 +0000 (17:21 +0200)
commitba2b77a8202287d9a3b58e7a98fd647601e0ab57
treed6998f84f7b473dc363fc1e77fcafd85fca82015
parentbfb8674dc0447da3ab65665dd21086475abb8e4c
staging: erofs: add super block operations

This commit adds erofs super block operations, including (u)mount,
remount_fs, show_options, statfs, in addition to some private
icache management functions.

Signed-off-by: Miao Xie <miaoxie@huawei.com>
Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Gao Xiang <gaoxiang25@huawei.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/erofs/super.c [new file with mode: 0644]