4 /*===========================================================================*
6 *===========================================================================*/
7 int fs_sync(message
*fs_m_in
, message
*fs_m_out
)
9 /* Perform the sync() system call. No-op on this FS. */
11 return(OK
); /* sync() can't fail */