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:
2c561bc
)
ext3: destroy sbi mutexes in put_super
author
Fabian Frederick
<fabf@skynet.be>
Sat, 27 Dec 2014 15:01:22 +0000
(16:01 +0100)
committer
Jan Kara
<jack@suse.cz>
Mon, 5 Jan 2015 10:13:55 +0000
(11:13 +0100)
Call mutex_destroy() on superblock mutexes in ext3_put_super().
Otherwise mutex debugging code isn't able to detect that mutex is used
after being freed.
Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Jan Kara <jack@suse.cz>
fs/ext3/super.c
patch
|
blob
|
history
diff --cc
fs/ext3/super.c
Simple merge