From: Theodore Ts'o Date: Thu, 28 Oct 2010 01:30:09 +0000 (-0400) Subject: ext4: simplify ext4_writepage() X-Git-Tag: v2.6.37-rc1~76^2^2~23 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=commitdiff_plain;h=a42afc5f56f319107e987aa6adf2f65d93d527c7;hp=a42afc5f56f319107e987aa6adf2f65d93d527c7 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" ---