From 72d62837a27cfb4d425c53c88e4aeee4888b4d9c Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Tue, 18 Aug 2009 15:58:14 +0200 Subject: Note the similarity of file_syncfs and fsys_syncfs. --- hurd/interface/fs/14.mdwn | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'hurd/interface/fs') diff --git a/hurd/interface/fs/14.mdwn b/hurd/interface/fs/14.mdwn index c93613d8..a13c0bd8 100644 --- a/hurd/interface/fs/14.mdwn +++ b/hurd/interface/fs/14.mdwn @@ -17,7 +17,11 @@ License|/fdl]]."]]"""]] wait: int; do_children: int); -Sync the entire filesystem. +Synchronize the entire filesystem. + +This function has a companion in [[`fsys_syncfs`|fsys_syncfs]], which is +invoked on the server's control port instead of an arbitrary node. Both of +them are usually implemented in equivalent ways. # Implementation Examples -- cgit v1.2.3