From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Torvalds Subject: Re: [RFC] killing boilerplate checks in ->link/->mkdir/->rename Date: Thu, 2 Feb 2012 15:46:06 -0800 Message-ID: References: <20120130222717.GA6393@kroah.com> <4F27C6EB.2070305@suse.cz> <20120202012258.GQ23916@ZenIV.linux.org.uk> <20120202212400.GR23916@ZenIV.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org To: Al Viro Return-path: In-Reply-To: <20120202212400.GR23916@ZenIV.linux.org.uk> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Thu, Feb 2, 2012 at 1:24 PM, Al Viro wrote= : > > Comments? =A0Boilerplate removal follows (22 files changed, 45 insert= ions(+), > 120 deletions(-)), but it's *not* for immediate merge; it's really co= mpletely > untested. Looks ok to me. Historically, the more things we can check at the VFS layer, the better. Linus