From owner-cvs-sys Sat Sep 13 19:52:47 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA15356 for cvs-sys-outgoing; Sat, 13 Sep 1997 19:52:47 -0700 (PDT) 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 TAA15320; Sat, 13 Sep 1997 19:52:25 -0700 (PDT) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id TAA14508; Sat, 13 Sep 1997 19:49:08 -0700 (PDT) Date: Sat, 13 Sep 1997 19:49:08 -0700 (PDT) Message-Id: <199709140249.TAA14508@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern vfs_subr.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1997/09/13 19:49:07 PDT Modified files: sys/kern vfs_subr.c Log: Provide a 'return true' poll vnode op rather than duplicating the 'do nothing' case all over the various filesystems. Revision Changes Path 1.103 +21 -1 src/sys/kern/vfs_subr.c