From owner-freebsd-hackers@FreeBSD.ORG Fri May 4 06:09:29 2012 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 82993106566B for ; Fri, 4 May 2012 06:09:29 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id 402E48FC08 for ; Fri, 4 May 2012 06:09:29 +0000 (UTC) Received: by yenl9 with SMTP id l9so3211820yen.13 for ; Thu, 03 May 2012 23:09:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=FtWUB1yVLGX9vAQ1mesoJtQtJpFoiw1HRuh43+Ogsd0=; b=Y4MooZ0RZVXS7xtiyw6qn/jo7rq+P+R+2vNM9aaAxZwprtdxZLzpFZ7/lETlvytaJ8 GsL9bjr0ujLlfgWjBjX6t2kKUD96/0Ghj+40ViM8ubVUocBTIhmgQebYqeEQBjewo9+o Hat+6PGPHwjm7k6D4lLzJ9bOhf2Ra8g38W3zTFqoT+qWpZeJU2iOwoGZLGFD7CcqCOOQ Kxy+NgY21yJq4dSvZo0kGT0ZeyjFhilFTU5AO4m9IITLzWRgH2GzZUop79a09vMqcUyS olzlEnSRvOjd4hHJzhJQq8+zGwmWOdW38Ipjip5EjexeFHrNO0dEF+ol95QFVCt11yKc H/qw== MIME-Version: 1.0 Received: by 10.42.141.131 with SMTP id o3mr2410052icu.1.1336111768080; Thu, 03 May 2012 23:09:28 -0700 (PDT) Received: by 10.64.78.37 with HTTP; Thu, 3 May 2012 23:09:28 -0700 (PDT) In-Reply-To: <4FA2D5ED.3010805@shatow.net> References: <4FA2D5ED.3010805@shatow.net> Date: Fri, 4 May 2012 10:09:28 +0400 Message-ID: From: Sergey Kandaurov To: Bryan Drewery Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-hackers@freebsd.org Subject: Re: UFS+QUOTA+GIANT X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 May 2012 06:09:29 -0000 On 3 May 2012 23:01, Bryan Drewery wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi, > > I recently was re-evaluating my needs for a custom kernel vs GENERIC. > One of these was due to QUOTA support, which apparently is not in > GENERIC due to the GIANT lock [1]. This is no longer true since 6.4. it's just that nobody cares to turn them on. -- wbr, pluknet