diff options
author | Thomas Schwinge <schwinge@nic-nac-project.de> | 2009-08-18 15:58:14 +0200 |
---|---|---|
committer | Thomas Schwinge <schwinge@nic-nac-project.de> | 2009-08-18 15:59:34 +0200 |
commit | 72d62837a27cfb4d425c53c88e4aeee4888b4d9c (patch) | |
tree | cf3cf399c55c74951381d9f9423702f2af77720c /hurd/interface/fsys | |
parent | 508d432bd5e43b2af315b1a8a99fdb84c4bd294a (diff) |
Note the similarity of file_syncfs and fsys_syncfs.
Diffstat (limited to 'hurd/interface/fsys')
-rw-r--r-- | hurd/interface/fsys/04.mdwn | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/hurd/interface/fsys/04.mdwn b/hurd/interface/fsys/04.mdwn index 60d314c5..7b370d2b 100644 --- a/hurd/interface/fsys/04.mdwn +++ b/hurd/interface/fsys/04.mdwn @@ -16,8 +16,11 @@ License|/fdl]]."]]"""]] wait: int; do_children: int); -Sync a filesystem. Args are the same as for [[`file_syncfs`|file_syncfs]] in -[[`fs.defs`|fs]]. +Synchronize the entire filesystem. + +This function has a companion in [[`file_syncfs`|file_syncfs]], which is +invoked on an arbitrary node instead of the server's control port. Both of +them are usually implemented in equivalent ways. # Implementation Examples |