commit | 69c499d152a7fe2c4443e5ddd91568ad5a79145a | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Thu Nov 29 21:13:48 2012 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Thu Nov 29 21:13:48 2012 -0500 |
tree | 657ee616a7ab780de048644daa42ef4a78f41496 | |
parent | 4a092d737955301da22b9d5e07f5036da821a932 [diff] |
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" <tytso@mit.edu>