From: Lukas Czerner Date: Tue, 18 Mar 2014 22:03:51 +0000 (-0400) Subject: ext4: refactor ext4_fallocate code X-Git-Tag: v3.15-rc1~91^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e8b6879f3c234036181526683be2b0231892ae4;p=pandora-kernel.git ext4: refactor ext4_fallocate code 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 Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed