Date: Fri, 3 Dec 2004 22:38:07 +0000 (UTC) From: Poul-Henning Kamp <phk@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys mount.h src/sys/kern vfs_mount.c Message-ID: <200412032238.iB3Mc7EG003149@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412032238.iB3Mc7EG003149>