commit | 0e8b6879f3c234036181526683be2b0231892ae4 | [log] [tgz] |
---|---|---|
author | Lukas Czerner <lczerner@redhat.com> | Tue Mar 18 18:03:51 2014 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Tue Mar 18 18:03:51 2014 -0400 |
tree | 7fcff688fec8a0da538938830c5ea3cf8964f28f | |
parent | f282ac19d86f0507e91759dcf3d15fcb3a964d2a [diff] |
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>