Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161252AbWALUnk (ORCPT ); Thu, 12 Jan 2006 15:43:40 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1161254AbWALUnk (ORCPT ); Thu, 12 Jan 2006 15:43:40 -0500 Received: from smtp104.sbc.mail.mud.yahoo.com ([68.142.198.203]:29265 "HELO smtp104.sbc.mail.mud.yahoo.com") by vger.kernel.org with SMTP id S1161252AbWALUnk (ORCPT ); Thu, 12 Jan 2006 15:43:40 -0500 Date: Thu, 12 Jan 2006 12:43:36 -0800 From: Chris Wedgwood To: Linux Kernel Mailing List Subject: Re: [XFS] Do not inherit properties for the quota inodes from the root inode. Message-ID: <20060112204336.GA20248@taniwha.stupidest.org> References: <200601121815.k0CIFYBU024320@hera.kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200601121815.k0CIFYBU024320@hera.kernel.org> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 972 Lines: 24 On Thu, Jan 12, 2006 at 10:15:34AM -0800, Linux Kernel Mailing List wrote: > tree 589ad79019067e1b82006bacf6c10d1d717a46dc > parent 4ef19dddbaf2f24e492c18112fd8a04ce116daca > author Nathan Scott Wed, 11 Jan 2006 15:27:50 +1100 > committer Nathan Scott Wed, 11 Jan 2006 15:27:50 +1100 > > [XFS] Do not inherit properties for the quota inodes from the root inode. lots of whitespace changes... :) > > - if ((error = xfs_dir_ialloc(&tp, mp->m_rootip, S_IFREG, 1, 0, > + if ((error = xfs_dir_ialloc(&tp, &zeroino, S_IFREG, 1, 0, > &zerocr, 0, 1, ip, &committed))) { > xfs_trans_cancel(tp, XFS_TRANS_RELEASE_LOG_RES | > XFS_TRANS_ABORT); why would you want to do this at all? - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/