From 72faaa58a85a0c8de724e8c22a4ec5b9f75e42e3 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Fri, 7 Mar 2008 11:22:11 +0000 Subject: Add queuing on contention to per-node lock algorithm... --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4251309..2ac80dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2008-03-07 Miklos Szeredi + + * Add queuing on contention to per-node lock algorithm, to avoid + starvation. + + * Only enable cancelation when reading a request, otherwise + cancellation could happen with a mutex held, which could hang the + process on umount + 2008-02-08 Miklos Szeredi * Block SIGCHLD when executing mount and umount -- cgit v1.2.3