]> git.baikalelectronics.ru Git - kernel.git/commit
staging: erofs: add erofs in-memory stuffs
authorGao Xiang <gaoxiang25@huawei.com>
Thu, 26 Jul 2018 12:21:45 +0000 (20:21 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 27 Jul 2018 15:21:59 +0000 (17:21 +0200)
commit8140ea365dfd78121197cc5a934f0ca01b7735b4
tree0060921403b75355350841d76174e0705e3320d0
parentec92d2cb3c9fc6afeefc20b978d8bd130548199c
staging: erofs: add erofs in-memory stuffs

 - erofs_sb_info:
   contains erofs-specific in-memory information.

 - erofs_vnode:
   contains vfs_inode and other fs-specific information.
   same as super block, the only one in-memory definition exists.

 - erofs_map_blocks
   plays a role in the file L2P mapping

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