From owner-cvs-all@FreeBSD.ORG Sun Jun 15 12:49:15 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3245C37B401; Sun, 15 Jun 2003 12:49:15 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C15A843FBF; Sun, 15 Jun 2003 12:49:14 -0700 (PDT) (envelope-from phk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h5FJnE0U044507; Sun, 15 Jun 2003 12:49:14 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h5FJnEPP044506; Sun, 15 Jun 2003 12:49:14 -0700 (PDT) Message-Id: <200306151949.h5FJnEPP044506@repoman.freebsd.org> From: Poul-Henning Kamp Date: Sun, 15 Jun 2003 12:49:14 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern vfs_default.c src/sys/fs/specfs spec_vnops.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Jun 2003 19:49:15 -0000 phk 2003/06/15 12:49:14 PDT FreeBSD src repository Modified files: sys/kern vfs_default.c sys/fs/specfs spec_vnops.c Log: I have not had any reports of trouble for a long time, so remove the gentle versions of the vop_strategy()/vop_specstrategy() mismatch methods and use vop_panic() instead. Revision Changes Path 1.203 +1 -26 src/sys/fs/specfs/spec_vnops.c 1.86 +3 -25 src/sys/kern/vfs_default.c