docs/173539: [patch] statfs(2) man page missed the error code ENOSYS
Yuri
yuri at tsoft.com
Sat Nov 10 23:00:01 UTC 2012
>Number: 173539
>Category: docs
>Synopsis: [patch] statfs(2) man page missed the error code ENOSYS
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-doc
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Sat Nov 10 23:00:01 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator: Yuri
>Release: 9.1-RC3
>Organization:
n/a
>Environment:
>Description:
Please commit the attached patch.
This error occurred for me de-facto while using fuse mounted FS.
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
--- /usr/src/lib/libc/sys/statfs.2.orig 2012-11-10 14:46:32.000000000 -0800
+++ /usr/src/lib/libc/sys/statfs.2 2012-11-10 14:50:28.000000000 -0800
@@ -225,6 +225,9 @@
An
.Tn I/O
error occurred while reading from or writing to the file system.
+.It Bq Er ENOSYS
+Function not implemented error occurs when the underlying file
+system driver doesn't handle this function.
.El
.Sh SEE ALSO
.Xr fhstatfs 2
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-doc
mailing list