From owner-cvs-all Thu Apr 18 7:52:33 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 28E2B37B405; Thu, 18 Apr 2002 07:52:29 -0700 (PDT) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3IEqT329344; Thu, 18 Apr 2002 07:52:29 -0700 (PDT) (envelope-from alfred) Message-Id: <200204181452.g3IEqT329344@freefall.freebsd.org> From: Alfred Perlstein Date: Thu, 18 Apr 2002 07:52:29 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ufs/ifs ifs_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alfred 2002/04/18 07:52:29 PDT Modified files: sys/ufs/ifs ifs_vnops.c Log: Remove support for using soon to be retired "special" poll(2) ops. Replace with kevent(2) ops. This is untested, but the code would rot even further if this wasn't applied. I've chosen to apply this to prompt some cleanup. Submitted by: bde Revision Changes Path 1.6 +7 -7 src/sys/ufs/ifs/ifs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message