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:
8dc207c
)
ext4: Simplify delalloc code by removing mpage_da_writepages()
author
Theodore Ts'o
<tytso@mit.edu>
Mon, 23 Feb 2009 21:42:39 +0000
(16:42 -0500)
committer
Theodore Ts'o
<tytso@mit.edu>
Mon, 23 Feb 2009 21:42:39 +0000
(16:42 -0500)
The mpage_da_writepages() function is only used in one place, so
inline it to simplify the call stack and make the code easier to
understand.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
No differences found