diff options
author | Justus Winter <justus@gnupg.org> | 2016-04-26 15:43:26 +0200 |
---|---|---|
committer | Justus Winter <justus@gnupg.org> | 2016-04-28 18:46:38 +0200 |
commit | f250b6d8626c9d3ecf0d356dfd786a23ebbf6ca1 (patch) | |
tree | ece9fc459ecf123de109db9f9736a482f0dbea6e /doc | |
parent | 57d5c5ca5463d43196393bc5b2d5f379ee749374 (diff) |
Unify and document the way fsids are handled in trivfs translators
* doc/hurd.texi: Clarify what happens if 'trivfs_fsid' is zero.
* login/utmp.c: Leave 'trivfs_fsid' at zero.
* pfinet/main.c: Likewise.
* trans/ifsock.c: Likewise.
* trans/proxy-defpager.c: Likewise.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/hurd.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/hurd.texi b/doc/hurd.texi index 525bfa78..2bcf561b 100644 --- a/doc/hurd.texi +++ b/doc/hurd.texi @@ -2284,7 +2284,9 @@ and functions: @deftypevarx {extern int} trivfs_fsid These variables are returned in the @var{st_fstype} and @var{st_fsid} fields of @code{struct stat}. @var{trivfs_fstype} should be chosen -from the @code{FSTYPE_*} constants found in @code{<hurd/hurd_types.h>}. +from the @code{FSTYPE_*} constants found in +@code{<hurd/hurd_types.h>}. If @code{trivfs_fsid} is zero, trivfs +will use the pid of the translator instead. @end deftypevar @deftypevar {extern int} trivfs_allow_open |