From: Theodore Ts'o Date: Fri, 30 Nov 2012 02:13:48 +0000 (-0500) Subject: ext4: restructure ext4_ext_direct_IO() X-Git-Tag: v3.8-rc1~89^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69c499d152a7fe2c4443e5ddd91568ad5a79145a;p=pandora-kernel.git ext4: restructure ext4_ext_direct_IO() Remove a level of indentation by moving the DIO read and extending write case to the beginning of the file. This results in no actual programmatic changes to the file, but makes it easier to read/understand. Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed