commit | 39d80c33a068d9fa63a36c3b2c0d718d38440dd1 | [log] [tgz] |
---|---|---|
author | Andi Kleen <andi@firstfloor.org> | Mon Oct 06 21:37:44 2008 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Oct 06 21:37:44 2008 -0400 |
tree | 6110ca4101f533ced0db2fe18a7834cd8304f0a3 | |
parent | 08a225f143bf3415fef6f3360d922be35da40543 [diff] |
ext4: Avoid double dirtying of super block in ext4_put_super() 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>