RFC: make the experimental NFS subsystem the default one

Dag-Erling Smørgrav des at des.no
Sun May 1 03:00:43 UTC 2011


Rick Macklem <rmacklem at uoguelph.ca> writes:
> "Dag-Erling Smørgrav" <des at des.no> writes:
>> case "`mount -d -a -t nfs 2> /dev/null`" in
>> *mount_nfs*)
>> # Handle absent nfs client support
>> load_kld -m nfs nfsclient || return 1
>> ;;
>> esac
> Yep, I spotted that, but haven`t had a chance to reproduce it and test
> a fix yet. My first attempt at fixing it will be to change the line to:

The simplest fix is to add a mount_oldnfs case to the switch so the
script knows the old NFS stack is already loaded.

DES
-- 
Dag-Erling Smørgrav - des at des.no


More information about the freebsd-fs mailing list