View | Details | Raw Unified | Return to bug 18468
Collapse All | Expand All

(-)VFS.9 (-1 / +1 lines)
Lines 40-46 Link Here
40
Filesytems that don't implement a VFS operation should use the appropriate
40
Filesytems that don't implement a VFS operation should use the appropriate
41
.Fa vfs_std
41
.Fa vfs_std
42
function from
42
function from
43
.Fa src/sys/vfs_defaults.c 
43
.Fa src/sys/kern/vfs_default.c 
44
rather than implementing empty functions or casting to
44
rather than implementing empty functions or casting to
45
.Fa eopnotsupp .
45
.Fa eopnotsupp .
46
.Sh SEE ALSO
46
.Sh SEE ALSO

Return to bug 18468