Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Sep 2004 20:02:50 +0000 (UTC)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/nfs4client nfs4_vnops.c src/sys/nfsclient nfsnode.h
Message-ID:  <200409272002.i8RK2o0A019627@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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