From owner-cvs-sys Sun Oct 26 12:16:36 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA18326 for cvs-sys-outgoing; Sun, 26 Oct 1997 12:16:36 -0800 (PST) (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 MAA18247; Sun, 26 Oct 1997 12:13:55 -0800 (PST) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id MAA00691; Sun, 26 Oct 1997 12:13:54 -0800 (PST) Date: Sun, 26 Oct 1997 12:13:54 -0800 (PST) Message-Id: <199710262013.MAA00691@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/nfs nfs_subs.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 1997/10/26 12:13:53 PST Modified files: sys/nfs nfs_subs.c Log: Always initialize the syscall vectors for our "private" syscalls (not just in the LKM case). Plug nqnfs_vop_lease_check directly into the default_vnodeop_p table. Revision Changes Path 1.44 +4 -10 src/sys/nfs/nfs_subs.c