> This patch gets rid of numerous undefined lock problems. Since the locks have
> now been surrounded in ifdef SMP declarations it made sense to do the same with
> all the locks that were used in the code.
Wouldn't it be easier just to remove the #ifdef / #endif from around the lock
declaration in the first place? On UP, they won't take up an space and the
spin_lock() calls are optimized away. It would make the code a lot tidier.
-- %DCL-MEM-BAD, bad memory VMS-F-PDGERS, pudding between the ears- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/