Re: [RFC, PATCH] locks: remove posix deadlock detection

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Alan Cox
Date: Monday, October 29, 2007 - 1:06 am

On Sun, 28 Oct 2007 13:43:21 -0400
"J. Bruce Fields" <bfields@fieldses.org> wrote:



NAK. This is an ABI change and one that was rejected before when this was
last discussed in detail. Moving it out of BKL makes a ton of sense, even
adding a "don't check" flag makes a lot of sense. Removing the checking
does not.

I'd much rather see


	if (flags & FL_NODLCHECK)
		posix_deadlock_detect(....)


The failure case for removing this feature is obscure and hard to debug
application hangs for the afflicted programs - not nice for users at all.

Alan
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[RFC][PATCH] Fix hang in posix_locks_deadlock(), George G. Davis, (Wed Oct 17, 11:51 am)
Re: [RFC][PATCH] Fix hang in posix_locks_deadlock(), George G. Davis, (Wed Oct 17, 4:41 pm)
Re: [RFC][PATCH] Fix hang in posix_locks_deadlock(), George G. Davis, (Thu Oct 18, 11:57 am)
Re: [RFC][PATCH] Fix hang in posix_locks_deadlock(), J. Bruce Fields, (Fri Oct 26, 10:07 am)
Re: [RFC][PATCH] Fix hang in posix_locks_deadlock(), J. Bruce Fields, (Fri Oct 26, 3:47 pm)
[RFC, PATCH] locks: remove posix deadlock detection, J. Bruce Fields, (Sun Oct 28, 10:43 am)
Re: [RFC][PATCH] Fix hang in posix_locks_deadlock(), J. Bruce Fields, (Sun Oct 28, 10:47 am)
Re: [RFC, PATCH] locks: remove posix deadlock detection, Matthew Wilcox, (Sun Oct 28, 11:27 am)
Re: [RFC, PATCH] locks: remove posix deadlock detection, Matthew Wilcox, (Sun Oct 28, 1:11 pm)
Re: [RFC, PATCH] locks: remove posix deadlock detection, Trond Myklebust, (Sun Oct 28, 2:50 pm)
Re: [RFC, PATCH] locks: remove posix deadlock detection, Matthew Wilcox, (Sun Oct 28, 3:41 pm)
Re: [RFC, PATCH] locks: remove posix deadlock detection, Matthew Wilcox, (Sun Oct 28, 3:55 pm)
Re: [RFC, PATCH] locks: remove posix deadlock detection, Matthew Wilcox, (Sun Oct 28, 4:31 pm)
Re: [RFC, PATCH] locks: remove posix deadlock detection, Matthew Wilcox, (Sun Oct 28, 4:38 pm)
Re: [RFC, PATCH] locks: remove posix deadlock detection, J. Bruce Fields, (Sun Oct 28, 6:13 pm)
Re: [RFC, PATCH] locks: remove posix deadlock detection, J. Bruce Fields, (Sun Oct 28, 7:10 pm)
Re: [RFC, PATCH] locks: remove posix deadlock detection, J. Bruce Fields, (Sun Oct 28, 7:29 pm)
Re: [RFC, PATCH] locks: remove posix deadlock detection, Trond Myklebust, (Sun Oct 28, 8:26 pm)
Re: [RFC, PATCH] locks: remove posix deadlock detection, Alan Cox, (Mon Oct 29, 1:06 am)
Re: [RFC, PATCH] locks: remove posix deadlock detection, J. Bruce Fields, (Tue Oct 30, 8:35 am)
Re: [RFC, PATCH] locks: remove posix deadlock detection, J. Bruce Fields, (Tue Oct 30, 8:51 am)
Re: [RFC][PATCH] Fix hang in posix_locks_deadlock(), George G. Davis, (Fri Nov 2, 8:05 am)