+1
−1
+72
−70
fs/squashfs/file_cache.c
0 → 100644
+38
−0
+7
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
Restructure squashfs_readpage() splitting it into separate functions for datablocks, fragments and sparse blocks. Move the memcpying (from squashfs cache entry) implementation of squashfs_readpage_block into file_cache.c This allows different implementations to be supported. Signed-off-by:Phillip Lougher <phillip@squashfs.org.uk> Reviewed-by:
Minchan Kim <minchan@kernel.org>