Re: [PATCH 2/6 v2] ext4: refactor ext4_fallocate code
From: tytso@mit.edu
Date: 2014-03-16 03:28:08
Also in:
linux-fsdevel, linux-xfs
From: tytso@mit.edu
Date: 2014-03-16 03:28:08
Also in:
linux-fsdevel, linux-xfs
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 <redacted>
Thanks, applied. - Ted