ext4: simple cleanups to write_cache_pages_da()
authorTheodore Ts'o <tytso@mit.edu>
Sat, 26 Feb 2011 19:07:37 +0000 (14:07 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 26 Feb 2011 19:07:37 +0000 (14:07 -0500)
commit4f01b02c8c4e4111bd1adbcafb5741e8e991f5fd
tree4b4793878e26779bf3bfe74028bd8b87de72609e
parent8eb9e5ce211de1b98bc84e93258b7db0860a103c
ext4: simple cleanups to write_cache_pages_da()

Eliminate duplicate code, unneeded variables, etc., to make it easier
to understand the code.  No behavioral changes were made in this patch.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/inode.c