From: Fabian Frederick Date: Tue, 17 Feb 2015 21:46:17 +0000 (-0800) Subject: fs/affs/super.c: destroy sbi mutex in affs_kill_sb() X-Git-Tag: fixes-v4.0-rc1~78^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d29e571e1942f8f418bf776af0134a9cb5a35c9;p=pandora-kernel.git fs/affs/super.c: destroy sbi mutex in affs_kill_sb() Call mutex_destroy() on superblock mutex in affs_kill_sb() otherwise mutex debugging code isn't able to detect that mutex is used after being freed. (thanks to Jan Kara for complete definition). Signed-off-by: Fabian Frederick Cc: Jan Kara Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed