diff options
author | Gao Xiang <hsiangkao@linux.alibaba.com> | 2022-03-16 04:22:46 +0300 |
---|---|---|
committer | Gao Xiang <hsiangkao@linux.alibaba.com> | 2022-03-16 19:09:02 +0300 |
commit | 500edd0956487281a6fa0e1e34e931817e85d8b6 (patch) | |
tree | 2c98584d4d9c0fbc4a572de0f635336c624eeb05 /Documentation/filesystems | |
parent | fe5de5859d44eafd5828ec4910cd52cdad8ada1f (diff) | |
download | linux-500edd0956487281a6fa0e1e34e931817e85d8b6.tar.xz |
erofs: use meta buffers for inode lookup
This converts the remaining inode lookup part by using metabuf in a
straight-forward way. Except that it doesn't use kmap_atomic()
anymore since we now have to maintain two metabufs together.
After this patch, all uncompressed paths are handled with metabuf
instead of page structure.
Link: https://lore.kernel.org/r/20220316012246.95131-2-hsiangkao@linux.alibaba.com
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
Diffstat (limited to 'Documentation/filesystems')
0 files changed, 0 insertions, 0 deletions