git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f282ac1
)
ext4: refactor ext4_fallocate code
author
Lukas Czerner
<lczerner@redhat.com>
Tue, 18 Mar 2014 22:03:51 +0000
(18:03 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Tue, 18 Mar 2014 22:03:51 +0000
(18:03 -0400)
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>
fs/ext4/extents.c
patch
|
blob
|
history
diff --cc
fs/ext4/extents.c
Simple merge