The BKL or *any* (kernel) lock ?
For my knowledge there is no limitation on how many
locks a thread can hold. Having a single bool might
not be enough. A counter is better ?
For example: Two filesystems are locking on their respective
superblocks, and then they are locking on some underlying IO
facility which both are sharing.
Should the lock-count be incremented before the lock acquisition
has happened, or only afterwards, that is other story.
> If it is, make sure its scheduling latency isn't too high.
e.g. all processes having *any* locks are raised to the highest
possible class to make sure they are not starved out ?
> If it isn't holding any lock, we can do with it what we want,
> including completely starving the task for several seconds
> (or even minutes) if scheduling latency or VM pressure warrants
> it.
Yes, that is obvious.
> regards,
>
> Rik
> http://www.conectiva.com/ http://www.surriel.com/
/Matti Aarnio
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/