[...]
> void NWLockLRU(LRU_HANDLE *lru_handle)
> {
> spinlock_irqsave(&lru_handle->LRU_spinlock, lru_handle->LRU_flags);
Does not seem to me safe to store irq flags in shared data structures.
SMP .vs. UP does not seem to matter here.
> return;
> }
[...]
Gérard.
-
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/