Skip to content
Commit 39d80c33 authored by Andi Kleen's avatar Andi Kleen Committed by Theodore Ts'o
Browse files

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: default avatarAndi Kleen <ak@linux.intel.com>
parent 08a225f1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment