From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay.sgi.com (relay2.corp.sgi.com [137.38.102.29]) by oss.sgi.com (Postfix) with ESMTP id B59BB29DFE for ; Sat, 15 Mar 2014 22:28:15 -0500 (CDT) Received: from cuda.sgi.com (cuda2.sgi.com [192.48.176.25]) by relay2.corp.sgi.com (Postfix) with ESMTP id 93807304039 for ; Sat, 15 Mar 2014 20:28:12 -0700 (PDT) Received: from imap.thunk.org (imap.thunk.org [74.207.234.97]) by cuda.sgi.com with ESMTP id dcuXwG6DVLqVKzZd (version=TLSv1 cipher=AES128-SHA bits=128 verify=NO) for ; Sat, 15 Mar 2014 20:28:11 -0700 (PDT) Date: Sat, 15 Mar 2014 23:28:08 -0400 From: tytso@mit.edu Subject: Re: [PATCH 2/6 v2] ext4: refactor ext4_fallocate code Message-ID: <20140316032808.GB31988@thunk.org> References: <1393355679-11160-1-git-send-email-lczerner@redhat.com> <1393355679-11160-3-git-send-email-lczerner@redhat.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1393355679-11160-3-git-send-email-lczerner@redhat.com> List-Id: XFS Filesystem from SGI List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: xfs-bounces@oss.sgi.com Sender: xfs-bounces@oss.sgi.com To: Lukas Czerner Cc: linux-fsdevel@vger.kernel.org, linux-ext4@vger.kernel.org, xfs@oss.sgi.com On Tue, Feb 25, 2014 at 08:14:35PM +0100, Lukas Czerner wrote: > Move block allocation out of the ext4_fallocate into separate function > called ext4_alloc_file_blocks(). This will allow us to use the same > allocation code for other allocation operations such as zero range which > is commit in the next patch. > > Signed-off-by: Lukas Czerner Thanks, applied. - Ted _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs