alistair23-linux/fs/gfs2/locking/dlm
Steven Whitehouse f3c9d38a26 [GFS2] Fix ordering bug in lock_dlm
This looks like a lot of change, but in fact its not. Mostly its
things moving from one file to another. The change is just that
instead of queuing lock completions and callbacks from the DLM
we now pass them directly to GFS2.

This gives us a net loss of two list heads per glock (a fair
saving in memory) plus a reduction in the latency of delivering
the messages to GFS2, plus we now have one thread fewer as well.
There was a bug where callbacks and completions could be delivered
in the wrong order due to this unnecessary queuing which is fixed
by this patch.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Cc: Bob Peterson <rpeterso@redhat.com>
2008-06-27 09:39:25 +01:00
..
lock.c [GFS2] Fix ordering bug in lock_dlm 2008-06-27 09:39:25 +01:00
lock_dlm.h [GFS2] Fix ordering bug in lock_dlm 2008-06-27 09:39:25 +01:00
main.c dlm: move plock code from gfs2 2008-04-21 11:22:28 -05:00
Makefile dlm: move plock code from gfs2 2008-04-21 11:22:28 -05:00
mount.c [GFS2] Fix ordering bug in lock_dlm 2008-06-27 09:39:25 +01:00
sysfs.c fs: replace remaining __FUNCTION__ occurrences 2008-04-30 08:29:54 -07:00
thread.c [GFS2] Fix ordering bug in lock_dlm 2008-06-27 09:39:25 +01:00