Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Oct 1997 00:42:36 -0700 (PDT)
From:      Poul-Henning Kamp <phk@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/nfs nfs_vnops.c nfsnode.h
Message-ID:  <199710150742.AAA20900@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         1997/10/15 00:42:35 PDT

  Modified files:
    sys/nfs              nfs_vnops.c nfsnode.h 
  Log:
  When the default vnops funtion is vn_default_error(), there is no reason to
  implement small functions that just return EOPNOTSUPP for things we don't do.
  
  The removed functions only apply to UFS based filesystems anyway.
  
  Revision  Changes    Path
  1.63      +1 -113    src/sys/nfs/nfs_vnops.c
  1.22      +1 -3      src/sys/nfs/nfsnode.h



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