Squashfs: remove the FILE_CACHE option
authorAdrien Schildknecht <adriens@google.com>
Wed, 28 Sep 2016 19:14:39 +0000 (12:14 -0700)
committerAmit Pundir <amit.pundir@linaro.org>
Mon, 10 Apr 2017 07:42:16 +0000 (13:12 +0530)
commit3de0af4df53087c5648e1e3cbfffbdd0f56660d9
tree2e6b5b81a7ed3a657bfcb0fc5274320d52f0cb18
parent2445eaaabeb9193fbeec47c30d9b1a97ff024899
Squashfs: remove the FILE_CACHE option

FILE_DIRECT is working fine and offers faster results and lower memory
footprint.

Removing FILE_CACHE makes our life easier because we don't have to
maintain 2 differents function that does the same thing.

Signed-off-by: Adrien Schildknecht <adriens@google.com>
Change-Id: I6689ba74d0042c222a806f9edc539995e8e04c6b
fs/squashfs/Kconfig
fs/squashfs/Makefile
fs/squashfs/file_cache.c [deleted file]
fs/squashfs/page_actor.h