From owner-freebsd-current@FreeBSD.ORG Mon Nov 22 10:47:32 2004 Return-Path: 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 62BAE16A4CE for ; Mon, 22 Nov 2004 10:47:32 +0000 (GMT) Received: from lara.cc.fer.hr (lara.cc.fer.hr [161.53.72.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61F0743D48 for ; Mon, 22 Nov 2004 10:47:31 +0000 (GMT) (envelope-from ivoras@fer.hr) Received: from [127.0.0.1] (localhost.cc.fer.hr [127.0.0.1]) by lara.cc.fer.hr (8.13.1/8.13.1) with ESMTP id iAMAlPXs001466; Mon, 22 Nov 2004 11:47:26 +0100 (CET) (envelope-from ivoras@fer.hr) Message-ID: <41A1C3BD.4010903@fer.hr> Date: Mon, 22 Nov 2004 11:47:25 +0100 From: Ivan Voras User-Agent: Mozilla Thunderbird 0.9 (X11/20041111) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jeff Roberson , current@freebsd.org References: <20041120000743.G18094@mail.chesapeake.net> In-Reply-To: <20041120000743.G18094@mail.chesapeake.net> X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Giantless VFS. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Mon, 22 Nov 2004 10:47:32 -0000 Jeff Roberson wrote: > The short description: > This patch removes Giant from the read(), write(), and fstat() syscalls, > as well as page faults, and bufdone (io interrupts) when using FFS. It What is the plan re: RELENG_5? Will things like this (giantless vm, fs) be merged into it?