commit | 8eb9e5ce211de1b98bc84e93258b7db0860a103c | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sat Feb 26 14:07:31 2011 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Sat Feb 26 14:07:31 2011 -0500 |
tree | 80c5cba007b3f4612524474f1ec1cdbc4a7b5181 | |
parent | 6fd7a46781999c32f423025767e43b349b967d57 [diff] |
ext4: fold __mpage_da_writepage() into write_cache_pages_da() Fold the __mpage_da_writepage() function into write_cache_pages_da(). This will give us opportunities to clean up and simplify the resulting code. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>