commit | eb46996f90a0826921f1a0d81535537a9c7f91b0 | [log] [tgz] |
---|---|---|
author | Ashutosh Naik <ashutosh.naik@gmail.com> | Sun Jan 08 01:04:37 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sun Jan 08 20:14:04 2006 -0800 |
tree | 9c9abe4c1e3ea2bf07b97d3ec6603eec94da69fa | |
parent | 349aef0bc4c7f07d685c977e12d0e2d0b5d0e6db [diff] |
[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 <ashutosh.naik@gmail.com> Cc: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>