ext4: Simplify delalloc code by removing mpage_da_writepages()
authorTheodore Ts'o <tytso@mit.edu>
Mon, 23 Feb 2009 21:42:39 +0000 (16:42 -0500)
committerTheodore 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