commit | e2d670523c6c4ccb0fca9f3ab1b8f066d9aa57d6 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Fri May 01 00:33:44 2009 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Fri May 01 00:33:44 2009 -0400 |
tree | 648f9a29142831ded24fd92d22d3add5c3190185 | |
parent | f7c439504ccba0cca43271e651013ab97a221c62 [diff] |
ext4: Simplify ext4_commit_super()'s function signature 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>