3 #include <minix/vfsif.h>
8 /*===========================================================================*
10 *===========================================================================*/
13 /* Perform the sync() system call. No-op on this FS. */
15 return(OK
); /* sync() can't fail */