* Steven Rostedt <[EMAIL PROTECTED]> wrote: > I've realized that my previous patch had too many problems with the > way the journaling system works. So I went back to my first approach > but added the journal_head lock as one global lock to keep the buffer > head size smaller. I only added the state lock to the buffer head. > I've tested this for some time now, and it works well (for the test at > least). I'll recompile it with PREEMPT_DESKTOP to see if that works > too.
good progress - but the global lock may be a scalability worry on upstream though. Would it be possible to just mirror much of the current lock logic, but with spinlocks instead of bitlocks? And there should be no #ifdefs on PREEMPT_RT. Ingo - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/