From owner-freebsd-current@FreeBSD.ORG Tue Aug 16 20:26:10 2005 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBBD516A41F for ; Tue, 16 Aug 2005 20:26:10 +0000 (GMT) (envelope-from phk@phk.freebsd.dk) Received: from haven.freebsd.dk (haven.freebsd.dk [130.225.244.222]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8AE0D43D45 for ; Tue, 16 Aug 2005 20:26:10 +0000 (GMT) (envelope-from phk@phk.freebsd.dk) Received: from phk.freebsd.dk (unknown [192.168.48.2]) by haven.freebsd.dk (Postfix) with ESMTP id D3F8FBC66 for ; Tue, 16 Aug 2005 20:26:08 +0000 (UTC) To: current@freebsd.org From: Poul-Henning Kamp Date: Tue, 16 Aug 2005 22:26:08 +0200 Message-ID: <14087.1124223968@phk.freebsd.dk> Sender: phk@phk.freebsd.dk Cc: Subject: devfs patch, please test. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 20:26:11 -0000 http://phk.freebsd.dk/patch/devfs.patch Please test and report. Back when devfs was first introduced, it was necessary to isolate the device driver context(s) from the filesystem context(s) and a lot of atomic instructions went into that. Now that SMPng and various cleanups have simplified the world a bit, this patch eliminates all the atomic fireworks and does away with the "overflow" table and other nastyness. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.