From owner-freebsd-current@FreeBSD.ORG Thu Apr 27 20:52:08 2006 Return-Path: X-Original-To: freebsd-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 3CD1C16A409 for ; Thu, 27 Apr 2006 20:52:08 +0000 (UTC) (envelope-from mikej@rogers.com) Received: from smtp109.rog.mail.re2.yahoo.com (smtp109.rog.mail.re2.yahoo.com [68.142.225.207]) by mx1.FreeBSD.org (Postfix) with SMTP id A53F043D7C for ; Thu, 27 Apr 2006 20:52:07 +0000 (GMT) (envelope-from mikej@rogers.com) Received: (qmail 61542 invoked from network); 27 Apr 2006 20:52:07 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rogers.com; h=Received:Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=QEUza+6AxKpUw8GMTU4lOXBqJ3Jks/Tl6r18AHNu/eDCpc4tzr+W6O4i0jJ1F0u5hL6UFQIJYdPZLex4wigiYlTSWBNFflM8at3q1JrMT3lDXIZZ920TAmH4N2SjOmVzxh1xAy0DxvtMZqwzfdLXC/7wiF4SvEGdpP+zVBLG6gg= ; Received: from unknown (HELO ?70.31.50.218?) (mikej@rogers.com@70.31.50.218 with plain) by smtp109.rog.mail.re2.yahoo.com with SMTP; 27 Apr 2006 20:52:07 -0000 Message-ID: <44512EFE.40100@rogers.com> Date: Thu, 27 Apr 2006 16:52:14 -0400 From: Mike Jakubik User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) MIME-Version: 1.0 To: Kostik Belousov References: <20060303102644.GB37572@deviant.kiev.zoral.com.ua> In-Reply-To: <20060303102644.GB37572@deviant.kiev.zoral.com.ua> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: [patch] giant-less quotas 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: Thu, 27 Apr 2006 20:52:08 -0000 Kostik Belousov wrote: > I have developed patch to make ufs quota code working without > Giant, i.e. properly lock dquot and all around. > > You can find the patch and description of the changes at > http://kostikbel.narod.ru. Please, review. > Is it possible to effectively test this on a UP kernel? I don't have any SMP capable machines available.