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)
commitf63e6005bc63acc0a6bc3bdb8f971dcfbd827185
tree22f40e4c70fd9d6fecd36926ae1087d59522098d
parent8dc207c0e7a259e7122ddfaf56b8bbbc3c92d685
ext4: Simplify delalloc code by removing mpage_da_writepages()

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>
fs/ext4/inode.c