cvs commit: src/sys/sys mount.h src/sys/kern vfs_mount.c
Poul-Henning Kamp
phk at FreeBSD.org
Fri Dec 3 14:38:07 PST 2004
phk 2004-12-03 22:38:07 UTC
FreeBSD src repository
Modified files:
sys/sys mount.h
sys/kern vfs_mount.c
Log:
Implement a function, mount_arg() for accumulating a list of mount parameters
to nmount.
Make kernel_mount() accept the output from mount_arg() and know how to
free the malloc'ed space.
Make kernel_vmount() use the new function.
Revision Changes Path
1.158 +45 -42 src/sys/kern/vfs_mount.c
1.181 +3 -1 src/sys/sys/mount.h
More information about the cvs-all
mailing list