1 /* Created (MFS based):
2 * June 2011 (Evgeniy Ivanov)
7 /*===========================================================================*
9 *===========================================================================*/
12 /* Perform the sync() system call. Flush all the tables.
13 * The order in which the various tables are flushed is critical.
16 PUFFS_MAKECRED(pcr
, &global_kcred
);
19 return; /* nothing to sync */
21 r
= global_pu
->pu_ops
.puffs_fs_sync(global_pu
, MNT_WAIT
, pcr
);
23 lpuffs_debug("Warning: sync failed!\n");