]> Zhao Yanbai Git Server - minix.git/commit
libminixfs: do not make fs_sync upcalls 44/2744/3
authorDavid van Moolenbroek <david@minix3.org>
Sun, 24 Aug 2014 09:38:25 +0000 (09:38 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Thu, 18 Sep 2014 12:46:24 +0000 (12:46 +0000)
commitc5beebb68d13f34b4dadc698253e56fa96f9c0af
treeead5860dbd8ee67ec20dc7ae94f5d39aeb144f1f
parent35118b0a917c85050a3ddab0f8159eab4f510fd7
libminixfs: do not make fs_sync upcalls

The file system may not be expecting these upcalls at arbitrary
moments, while they serve only as a performance optimization anyway.

Change-Id: I0748fd1f6c2645ddbb64466093ee36025aac45e0
minix/include/minix/libminixfs.h
minix/lib/libminixfs/cache.c
minix/tests/test72.c