From owner-cvs-sys Thu Jun 25 09:56:11 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA09784 for cvs-sys-outgoing; Thu, 25 Jun 1998 09:56:11 -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.8/8.8.8) with ESMTP id JAA09465; Thu, 25 Jun 1998 09:55:04 -0700 (PDT) (envelope-from dt@FreeBSD.org) From: Dmitrij Tejblum Received: (from dt@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA03390; Thu, 25 Jun 1998 09:54:43 -0700 (PDT) Date: Thu, 25 Jun 1998 09:54:43 -0700 (PDT) Message-Id: <199806251654.JAA03390@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/miscfs/kernfs kernfs_vnops.c src/sys/miscfs/procfs procfs_vnops.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dt 1998/06/25 09:54:42 PDT Modified files: sys/miscfs/kernfs kernfs_vnops.c sys/miscfs/procfs procfs_vnops.c Log: Remove "not hungly" panics. Cookies now used by the linux and ibcs2 emulators. The emulators assume that filesystem may just ignore cookies, and handle this case correctly. So we just ignore cookies. Also sync *_readdir "prototypes" with reality. Revision Changes Path 1.34 +3 -10 src/sys/miscfs/kernfs/kernfs_vnops.c 1.60 +3 -10 src/sys/miscfs/procfs/procfs_vnops.c