panic() cleanup.
[minix.git] / servers / iso9660fs / misc.c
blobf25dba4a411e400eab695e2a52155737a2ff7b78
1 #include "inc.h"
2 #include <fcntl.h>
3 #include <minix/vfsif.h>
6 /*===========================================================================*
7 * fs_sync *
8 *===========================================================================*/
9 PUBLIC int fs_sync()
11 /* Always mounted read only, so nothing to sync */
12 return(OK); /* sync() can't fail */