Skip to content
  • Rick Macklem's avatar
    Fix the experimental NFS client so that it does not bogusly · 7c208ed6
    Rick Macklem authored
    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.
    
    Reviewed by:	jhb
    MFC after:	2 weeks
    7c208ed6