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:
bc8e674
)
ext4: Simplify function signature for ext4_da_get_block_write()
author
Theodore Ts'o
<tytso@mit.edu>
Tue, 12 May 2009 04:21:29 +0000
(
00:21
-0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Tue, 12 May 2009 04:21:29 +0000
(
00:21
-0400)
The function ext4_da_get_block_write() is called in exactly one write,
and the last argument, create, is always 1. Remove it to simplify the
code slightly.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
No differences found