commit | 5f55dbc0c5c466a9cdfa4da7ac1bfe351c7fc52a | [log] [tgz] |
---|---|---|
author | Phillip Lougher <phillip@squashfs.org.uk> | Thu Oct 31 19:24:27 2013 +0000 |
committer | Phillip Lougher <phillip@squashfs.org.uk> | Wed Nov 20 03:59:07 2013 +0000 |
tree | dccfe66c090bfd05c75f5d6a1cc31bf138bd76b1 | |
parent | 846b730e99518a1c9945afcb2afbe4d08a02ed80 [diff] |
Squashfs: Restructure squashfs_readpage() 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>