[PATCH v3 6/7] cache: allow arbitrary size of cache entries.
Until this commit the assumed length of all cache entries has been
exactly one page. To make other sizes possible, the length is now
stored in struct cache_entry. Note that cache_search may return a
pointer in the middle of a cache buffer.
Signed-off-by:
Petr Tesarik <ptesarik@suse.cz>
Loading
Please sign in to comment