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:
f7c4395
)
ext4: Simplify ext4_commit_super()'s function signature
author
Theodore Ts'o
<tytso@mit.edu>
Fri, 1 May 2009 04:33:44 +0000
(
00:33
-0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Fri, 1 May 2009 04:33:44 +0000
(
00:33
-0400)
The ext4_commit_super() function took both a struct super_block * and
a struct ext4_super_block *, but the struct ext4_super_block can be
derived from the struct super_block.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
No differences found