From mboxrd@z Thu Jan 1 00:00:00 1970 From: Theodore Ts'o Subject: Re: [PATCH 1/4] ext4: Remove unnecessary check for APPEND and IMMUTABLE Date: Sat, 12 Apr 2014 09:48:15 -0400 Message-ID: <20140412134815.GA13837@thunk.org> References: <1397242665-2183-1-git-send-email-lczerner@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-fsdevel@vger.kernel.org, linux-ext4@vger.kernel.org, xfs@oss.sgi.com, ceph-devel@vger.kernel.org To: Lukas Czerner Return-path: Received: from imap.thunk.org ([74.207.234.97]:53162 "EHLO imap.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751176AbaDLNsU (ORCPT ); Sat, 12 Apr 2014 09:48:20 -0400 Content-Disposition: inline In-Reply-To: <1397242665-2183-1-git-send-email-lczerner@redhat.com> Sender: linux-ext4-owner@vger.kernel.org List-ID: On Fri, Apr 11, 2014 at 08:57:42PM +0200, Lukas Czerner wrote: > All the checks IS_APPEND and IS_IMMUTABLE for the fallocate operation on > the inode are done in vfs. No need to do this again in ext4. Remove it. > > Signed-off-by: Lukas Czerner Thanks, applied. - Ted