cvs commit: src/sys/nfs4client nfs4_vnops.c src/sys/nfsclient nfsnode.h

Poul-Henning Kamp phk at FreeBSD.org
Mon Sep 27 13:02:51 PDT 2004


phk         2004-09-27 20:02:50 UTC

  FreeBSD src repository

  Modified files:
    sys/nfs4client       nfs4_vnops.c 
    sys/nfsclient        nfsnode.h 
  Log:
  Remove NFS4 vop method vector for devices: we are desupporing device nodes
  on anything but DEVFS and in this case it was not even used (see below).
  
  Put the NFS4 vop method for fifo's behind "#if 0" because it is unused.
  Add a XXX comment to say that I think the unusedness is a bug.
  
  Revision  Changes    Path
  1.9       +12 -81    src/sys/nfs4client/nfs4_vnops.c
  1.44      +2 -1      src/sys/nfsclient/nfsnode.h


More information about the cvs-all mailing list