From owner-cvs-all Thu Dec 31 20:14:20 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA27676 for cvs-all-outgoing; Thu, 31 Dec 1998 20:14:20 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) 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 UAA27671; Thu, 31 Dec 1998 20:14:19 -0800 (PST) (envelope-from dillon@FreeBSD.org) From: Matt Dillon Received: (from dillon@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA14797; Thu, 31 Dec 1998 20:14:11 -0800 (PST) Date: Thu, 31 Dec 1998 20:14:11 -0800 (PST) Message-Id: <199901010414.UAA14797@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/ufs/mfs mfs_vfsops.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dillon 1998/12/31 20:14:11 PST Modified files: sys/ufs/mfs mfs_vfsops.c Log: The mount_mfs process that stays in a supervisor context handling MFS I/O requests must be marked P_SYSTEM because if it isn't and the system decides to swap it or (god forbid) kill it, the system stands a good chance of locking up. Revision Changes Path 1.53 +11 -1 src/sys/ufs/mfs/mfs_vfsops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message