]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit273c944390e98c673a6ae739ff8bf61d18c4e871
tree4b4793878e26779bf3bfe74028bd8b87de72609e
parentc8498a62565a403893cebbd7b6e67465048cffdb
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