OSDN Git Service

Move nodes flush from exfat_flush() into a separate function.
authorrelan <relan@users.noreply.github.com>
Sat, 7 Nov 2015 08:06:34 +0000 (11:06 +0300)
committerrelan <relan@users.noreply.github.com>
Sat, 7 Nov 2015 08:24:05 +0000 (11:24 +0300)
commit01be539e4d2855dca34e1734501115e880eb905e
tree3d40bce86616e8083e91d2e688b23433d7f8024e
parent77a236ce4cd8ba5493e3dd0350e8a1ef54df6dae
Move nodes flush from exfat_flush() into a separate function.

Make exfat_flush() execution time more predictable.
fuse/main.c
libexfat/cluster.c
libexfat/exfat.h
libexfat/mount.c