Home
last modified time | relevance | path

Searched hist:"0 e8b6879f3c234036181526683be2b0231892ae4" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/ext4/
H A Dextents.cdiff 0e8b6879f3c234036181526683be2b0231892ae4 Tue Mar 18 17:03:51 CDT 2014 Lukas Czerner <lczerner@redhat.com> 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 <lczerner@redhat.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>