Skip to content
Commit 8b4b61f1 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

fs/cromfs: Fix a error in reading partial compressed blocks. The LZF...

fs/cromfs:  Fix a error in reading partial compressed blocks.  The LZF decompressor does not support that operation.  Instead we have to decompress full block into a temporary buffer and copy out the parts that we need.  To compensate for the performance hit, a caching mechanism was added so that we do not have to read the same block repeatedly.  Unrelated:  Also updates some README files.
parent e35228ec
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment