> Author: rmacklem
> Date: Mon Apr 25 22:22:51 2011
> New Revision: 221032
> URL: http://svn.freebsd.org/changeset/base/221032
> 
> Log:
> Fix the experimental NFS client so that it does not bogusly
> set the f_flags field of "struct statfs". This had the interesting
> effect of making the NFSv4 mounts "disappear" after r221014,
> since NFSMNT_NFSV4 and MNT_IGNORE became the same bit.
> Move the files used for a diskless NFS root from sys/nfsclient
> to sys/nfs in preparation for them to be used by both NFS
> clients. Also, move the declaration of the three global data
> structures from sys/nfsclient/nfs_vfsops.c to sys/nfs/nfs_diskless.c
> so that they are defined when either client uses them.
> 
Oops. The first four lines of this Log message were sitting in
the editor from a provious commit and I didn't delete them.
I don't think there's an easy way to fix that now?

rick
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to