NAME

sync - update super block

SYNOPSIS

#include <unistd.h>

void sync(char *server);

DESCRIPTION

sync() causes all information in memory that should be on disk to be written out. This includes modified super blocks, modified i-nodes, and delayed block I/O.

The writing, although scheduled, is not necessarily completed before sync() returns.

ERRORS

No errors are defined.




< Copyright Rowebots Research Inc. and Multiprocessor Toolsmiths Inc. 1987-2011 >