Re: [RFC, PATCH] locks: remove posix deadlock detection
- From: Trond Myklebust <trond.myklebust@xxxxxxxxxx>
- Date: Sun, 28 Oct 2007 17:50:30 -0400
On Sun, 2007-10-28 at 14:11 -0600, Matthew Wilcox wrote:
On Sun, Oct 28, 2007 at 06:40:52PM +0000, Alan Cox wrote:
so we need to fix the bugs - the lock usage and the looping. At that
point it merely becomes a performance concern to those who use it, which
is the proper behaviour. If you want a faster non-checking one use
flock(), or add another flag that is a Linux "don't check for deadlock"
You can't fix the false EDEADLK detection without solving the halting
problem. Best of luck with that.
I can see that it would be difficult to do efficiently, but basically,
this boils down to finding a circular path in a graph. That is hardly an
unsolvable issue...
Trond
-
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/
- Follow-Ups:
- Re: [RFC, PATCH] locks: remove posix deadlock detection
- From: Matthew Wilcox
- Re: [RFC, PATCH] locks: remove posix deadlock detection
- References:
- [RFC][PATCH] Fix hang in posix_locks_deadlock()
- From: George G. Davis
- Re: [RFC][PATCH] Fix hang in posix_locks_deadlock()
- From: George G. Davis
- Re: [RFC][PATCH] Fix hang in posix_locks_deadlock()
- From: J. Bruce Fields
- Re: [RFC][PATCH] Fix hang in posix_locks_deadlock()
- From: J. Bruce Fields
- [PATCH] locks: fix possible infinite loop in posix deadlock detection
- From: J. Bruce Fields
- [RFC, PATCH] locks: remove posix deadlock detection
- From: J. Bruce Fields
- Re: [RFC, PATCH] locks: remove posix deadlock detection
- From: Matthew Wilcox
- Re: [RFC, PATCH] locks: remove posix deadlock detection
- From: Alan Cox
- Re: [RFC, PATCH] locks: remove posix deadlock detection
- From: Matthew Wilcox
- [RFC][PATCH] Fix hang in posix_locks_deadlock()
- Prev by Date: Re: [RFC, PATCH] locks: remove posix deadlock detection
- Next by Date: Re: Linux Security *Module* Framework (Was: LSM conversion to static interface)
- Previous by thread: Re: [RFC, PATCH] locks: remove posix deadlock detection
- Next by thread: Re: [RFC, PATCH] locks: remove posix deadlock detection
- Index(es):