git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a092d7
)
ext4: restructure ext4_ext_direct_IO()
author
Theodore Ts'o
<tytso@mit.edu>
Fri, 30 Nov 2012 02:13:48 +0000
(21:13 -0500)
committer
Theodore Ts'o
<tytso@mit.edu>
Fri, 30 Nov 2012 02:13:48 +0000
(21:13 -0500)
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>
No differences found