Date: Sat, 5 Sep 1998 08:17:35 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/kern vfs_subr.c src/sys/nfs nfs_nqlease.c nfs_subs.c src/sys/sys mount.h src/sys/vm vnode_pager.c Message-ID: <199809051517.IAA13736@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 1998/09/05 08:17:34 PDT Modified files: sys/kern vfs_subr.c sys/nfs nfs_nqlease.c nfs_subs.c sys/sys mount.h sys/vm vnode_pager.c Log: Instantiate `nfs_mount_type' in a standard file so that it is present when nfs is an LKM. Declare it in a header file. Don't forget to use it in non-Lite2 code. Initialize it to -1 instead of to 0, since 0 will soon be the mount type number for the first vfs loaded. NetBSD uses strcmp() to avoid this ugly global. Revision Changes Path 1.162 +2 -1 src/sys/kern/vfs_subr.c 1.38 +1 -2 src/sys/nfs/nfs_nqlease.c 1.64 +1 -2 src/sys/nfs/nfs_subs.c 1.66 +2 -1 src/sys/sys/mount.h 1.98 +2 -3 src/sys/vm/vnode_pager.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809051517.IAA13736>