ext4: simplify ext4_writepage()
authorTheodore Ts'o <tytso@mit.edu>
Thu, 28 Oct 2010 01:30:09 +0000 (21:30 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 28 Oct 2010 01:30:09 +0000 (21:30 -0400)
commita42afc5f56f319107e987aa6adf2f65d93d527c7
tree845d03a8cec3fcb705ea6c821d202c816de76655
parent5a87b7a5da250c9be6d757758425dfeaf8ed3179
ext4: simplify ext4_writepage()

The actual code in ext4_writepage() is unnecessarily convoluted.
Simplify it so it is easier to understand, but otherwise logically
equivalent.

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