vm, kernel, top: report memory usage of vm, kernel
[minix.git] / servers / pfs / misc.c
blob541bb4a9258cb57e288d7a2bbf2fb43c3fed9346
1 #include "fs.h"
4 /*===========================================================================*
5 * fs_sync *
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 */