Deleted Added
full compact
45c45
< __FBSDID("$FreeBSD: head/sbin/mount_nfs/mount_nfs.c 216725 2010-12-26 22:29:44Z simon $");
---
> __FBSDID("$FreeBSD: head/sbin/mount_nfs/mount_nfs.c 221124 2011-04-27 17:51:51Z rmacklem $");
276c276
< fstype = "newnfs";
---
> fstype = "nfs";
384,387c384,385
< * If the experimental nfs subsystem is loaded into the kernel
< * and the regular one is not, use it. Otherwise, use it if the
< * fstype is set to "newnfs", either via "mount -t newnfs ..."
< * or by specifying an nfsv4 mount.
---
> * If the fstye is "oldnfs", run the old NFS client unless the
> * "nfsv4" option was specified.
389,391c387
< if (modfind("nfscl") >= 0 && modfind("nfs") < 0) {
< fstype = "newnfs";
< } else if (strcmp(fstype, "newnfs") == 0) {
---
> if (strcmp(fstype, "nfs") == 0) {