From: Michael Halcrow Date: Fri, 4 Jul 2008 16:59:35 +0000 (-0700) Subject: ecryptfs: remove unnecessary mux from ecryptfs_init_ecryptfs_miscdev() X-Git-Tag: v2.6.26-rc9~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4a2d7fbec3029c8891a3ad5fceec2992096a3b7;p=pandora-kernel.git ecryptfs: remove unnecessary mux from ecryptfs_init_ecryptfs_miscdev() 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 Reported-by: Cyrill Gorcunov Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed