From: Stephen Tweedie <sct@dcs.ed.ac.uk>
Newsgroups: comp.os.linux.announce
Subject: Fsync(2) kernel patches uploaded
Date: 26 Mar 1993 17:14:39 GMT
Approved: linux-announce@tc.cornell.edu (Matt Welsh)
Message-ID: <1ovdlv$n59@fitz.TC.Cornell.EDU>

I have uploaded fsync.README and fsync.tar.z to incoming on
sunsite.unc.edu, tsx-11.mit.edu and nic.funet.fi.

These patches are designed to go against 0.99pl7A (the 0.99pl7 with
ALPHA-diffs), but should patch against 0.99pl7 with a little effort.

fsync(2) is a system call which flushes the data for a file onto
physical media, ensuring that the data is safe.  It is typically used
in programs like syslogd to ensure that important logging information
is written quickly to disk; in database-type applications to ensure
that all the contents of a log have been written to a main data file
before the log is written; and in any similair cases where it is
important to know that written data has been stored reliably on disk.

See the fsync README file for more information.

Cheers,
 Stephen Tweedie.
---
Stephen Tweedie <sct@uk.ac.ed.dcs>   (Internet: <sct@dcs.ed.ac.uk>)
Department of Computer Science, Edinburgh University, Scotland.

-- 
Send submissions for comp.os.linux.announce to: linux-announce@tc.cornell.edu
