RE: pstore: change mutex locking to spin_locks

From: Luck, Tony
Date: Thu Aug 18 2011 - 12:34:38 EST


> But in this case we have a filesystem that can be read/written to from a
> normal context and also written to from an NMI context

I fixed (avoided) the problem of writing to the pstore filesystem in NMI
context in my other pstore patch in linux-next ("defer inserting OOPS entries in pstore").

So the remaining locking requirement in pstore is just to protect
the non-volatile backing store from simultaneous access.

-Tony


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/