From owner-cvs-sys Wed Oct 15 00:44:18 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA26240 for cvs-sys-outgoing; Wed, 15 Oct 1997 00:44:18 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA26125; Wed, 15 Oct 1997 00:43:36 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id AAA20900; Wed, 15 Oct 1997 00:42:36 -0700 (PDT) Date: Wed, 15 Oct 1997 00:42:36 -0700 (PDT) Message-Id: <199710150742.AAA20900@freefall.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 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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