OSDN Git Service

Flush clusters bitmap on each file close.
authorrelan <relan@users.noreply.github.com>
Sat, 7 Nov 2015 08:10:29 +0000 (11:10 +0300)
committerrelan <relan@users.noreply.github.com>
Sat, 7 Nov 2015 08:25:48 +0000 (11:25 +0300)
commitc4d1bc1e671c875d7fa6a1db105fe8fb6a0aeafe
treefc3cd1ce033d8f58e2ffbde7e54c5a3d09d1dadf
parent01be539e4d2855dca34e1734501115e880eb905e
Flush clusters bitmap on each file close.

Put FS into a clean state when all files are closed. Flush to the
non-volatile storage is not enforced though, so there can (and most
probably will) be some dirty data in various OS- and hardware-controlled
caches.
libexfat/node.c