Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Apr 2011 22:22:51 +0000 (UTC)
From:      Rick Macklem <rmacklem@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/amd64/amd64 genassym.c src/sys/conf files src/sys/i386/i386 genassym.c src/sys/modules/nfscl Makefile src/sys/modules/nfsclient Makefile src/sys/nfs bootp_subr.c krpc.h krpc_subr.c nfs_diskless.c nfsdiskless.h src/sys/nfsclient ...
Message-ID:  <201104252223.p3PMNHHR012792@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rmacklem    2011-04-25 22:22:51 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      genassym.c 
    sys/conf             files 
    sys/i386/i386        genassym.c 
    sys/modules/nfscl    Makefile 
    sys/modules/nfsclient Makefile 
    sys/nfsclient        nfs_vfsops.c 
  Added files:
    sys/nfs              bootp_subr.c krpc.h krpc_subr.c 
                         nfs_diskless.c nfsdiskless.h 
  Removed files:
    sys/nfsclient        bootp_subr.c krpc.h krpc_subr.c 
                         nfs_diskless.c nfsdiskless.h 
  Log:
  SVN rev 221032 on 2011-04-25 22:22:51Z by rmacklem
  
  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.
  
  Reviewed by:    jhb
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.185     +1 -1      src/sys/amd64/amd64/genassym.c
  1.1590    +3 -3      src/sys/conf/files
  1.169     +1 -1      src/sys/i386/i386/genassym.c
  1.3       +33 -1     src/sys/modules/nfscl/Makefile
  1.44      +1 -1      src/sys/modules/nfsclient/Makefile
  1.31      +1867 -0   src/sys/nfs/bootp_subr.c (new)
  1.9       +31 -0     src/sys/nfs/krpc.h (new)
  1.18      +470 -0    src/sys/nfs/krpc_subr.c (new)
  1.1       +425 -0    src/sys/nfs/nfs_diskless.c (new)
  1.13      +114 -0    src/sys/nfs/nfsdiskless.h (new)
  1.91      +0 -1867   src/sys/nfsclient/bootp_subr.c (dead)
  1.9       +0 -31     src/sys/nfsclient/krpc.h (dead)
  1.38      +0 -470    src/sys/nfsclient/krpc_subr.c (dead)
  1.33      +0 -416    src/sys/nfsclient/nfs_diskless.c (dead)
  1.242     +1 -10     src/sys/nfsclient/nfs_vfsops.c
  1.19      +0 -114    src/sys/nfsclient/nfsdiskless.h (dead)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104252223.p3PMNHHR012792>