From: Ashutosh Naik Date: Sun, 8 Jan 2006 09:04:37 +0000 (-0800) Subject: [PATCH] kernel/module.c: remove redundant spinlock in resolve_symbol() X-Git-Tag: v2.6.16-rc1~718 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb46996f90a0826921f1a0d81535537a9c7f91b0;p=pandora-kernel.git [PATCH] kernel/module.c: remove redundant spinlock in resolve_symbol() Remove the redundant spinlock in the function resolve_symbol() as we are not altering the module list, and we already hold the semaphore. Signed-off-by: Ashutosh Naik Cc: Rusty Russell Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed