Revision c4a2d7fbec3029c8891a3ad5fceec2992096a3b7 authored by Michael Halcrow on 04 July 2008, 16:59:35 UTC, committed by Linus Torvalds on 04 July 2008, 17:40:05 UTC
The misc_mtx should provide all the protection required to keep the daemon
hash table sane during miscdev registration.  Since this mutex is causing
gratuitous lockdep warnings, this patch removes it.

Signed-off-by: Michael Halcrow <mhalcrow@us.ibm.com>
Reported-by: Cyrill Gorcunov <gorcunov@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 10dd08d
History
File Mode Size
Makefile -rw-r--r-- 559 bytes
inffast.c -rw-r--r-- 11.9 KB
inffast.h -rw-r--r-- 403 bytes
inffixed.h -rw-r--r-- 6.2 KB
inflate.c -rw-r--r-- 30.6 KB
inflate.h -rw-r--r-- 5.5 KB
inflate_syms.c -rw-r--r-- 447 bytes
inftrees.c -rw-r--r-- 13.0 KB
inftrees.h -rw-r--r-- 2.3 KB
infutil.c -rw-r--r-- 1.2 KB
infutil.h -rw-r--r-- 657 bytes

back to top