pjd 2005-12-20 00:43:51 UTC FreeBSD src repository Modified files: sys/kern vfs_mount.c Log: vfs_mount_alloc() always returns 0, but what we really want is newly allocated 'struct mount *' pointer, so simplify code a bit and return the pointer directly. Reviewed by: ssouhlal Revision Changes Path 1.210 +7 -15 src/sys/kern/vfs_mount.c