commit | f63e6005bc63acc0a6bc3bdb8f971dcfbd827185 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Mon Feb 23 16:42:39 2009 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Feb 23 16:42:39 2009 -0500 |
tree | 22f40e4c70fd9d6fecd36926ae1087d59522098d | |
parent | 8dc207c0e7a259e7122ddfaf56b8bbbc3c92d685 [diff] |
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>