K 10 svn:author V 3 bde K 8 svn:date V 27 1998-09-05T15:17:34.000000Z K 7 svn:log V 319 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. END