fs: fat: Reduce default max clustersize 64KiB from malloc pool
authorTien Fong Chee <tien.fong.chee@intel.com>
Mon, 11 Feb 2019 06:56:20 +0000 (14:56 +0800)
committerTom Rini <trini@konsulko.com>
Tue, 19 Feb 2019 13:55:43 +0000 (08:55 -0500)
commite48485f5e4f99811ba41e89f782a3f282f3c5a2e
tree4f5f7fef83f1559fd19abdfd53878c430c436aa4
parent8537874a6585251843f462c16b1684d38c887996
fs: fat: Reduce default max clustersize 64KiB from malloc pool

Release cluster block immediately when no longer use would help to reduce
64KiB memory allocated to the memory pool.

Signed-off-by: Tien Fong Chee <tien.fong.chee@intel.com>
fs/fat/fat.c