Technical corrections and improvements for the previous change.
Submitted by: bde
This commit is contained in:
parent
1c60b24baa
commit
8ffbf27d2e
@ -26,7 +26,7 @@
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd January 25, 2012
|
||||
.Dd January 28, 2013
|
||||
.Dt VFS_SET 9
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -84,9 +84,9 @@ sysctl is set to
|
||||
.Sh PSEUDOCODE
|
||||
.Bd -literal
|
||||
/*
|
||||
* Fill in the ones we redefine. The unused fields will be
|
||||
* automatically initialized by pointers to vfs_std* functions
|
||||
* during file system registration.
|
||||
* Fill in the fields for which we have special methods.
|
||||
* The others are initially null. This tells vfs to change them to
|
||||
* pointers to vfs_std* functions during file system registration.
|
||||
*/
|
||||
static struct vfsops myfs_vfsops = {
|
||||
.vfs_mount = myfs_mount,
|
||||
|
Loading…
x
Reference in New Issue
Block a user