staging: erofs: add inode operations
authorGao Xiang <gaoxiang25@huawei.com>
Thu, 26 Jul 2018 12:21:48 +0000 (20:21 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 27 Jul 2018 15:22:00 +0000 (17:22 +0200)
commit431339ba90423a038914c6032bfd71f0ba7ef2f2
treef373cfb5dfe050a00e0e8cfeb5770967247ca07c
parent81781b02f9845b44603d75f5b60c3af351415efa
staging: erofs: add inode operations

This adds core functions to get, read an inode.

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/inode.c [new file with mode: 0644]