20 Nov, 2013

1 commit

  • 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
    Reviewed-by: Minchan Kim

    Phillip Lougher