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:
08a225f
)
ext4: Avoid double dirtying of super block in ext4_put_super()
author
Andi Kleen
<andi@firstfloor.org>
Tue, 7 Oct 2008 01:37:44 +0000
(21:37 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Tue, 7 Oct 2008 01:37:44 +0000
(21:37 -0400)
While reading code I noticed that ext4_put_super() dirties the
superblock bh twice. It is always done in ext4_commit_super()
too. Remove the redundant dirty operation.
Should be a nop semantically.
Signed-off-by: Andi Kleen <ak@linux.intel.com>
No differences found