+8
−3
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
squashfs_cache_get() iterates over all entries to search for block its looking for. Often get() / put() are called for same block. If we cache the current entry index, then we can optimise the subsequent *_get() calls. Signed-off-by:Ajeet Yadav <ajeet.yadav.77@gmail.com> Signed-off-by:
Phillip Lougher <phillip@squashfs.org.uk>