commit | 305a47b17c6efcc0e7b67b0bd41e2c12b7af758b | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <swhiteho@redhat.com> | Fri Jan 16 16:21:12 2009 +0000 |
committer | David Teigland <teigland@redhat.com> | Wed Jan 28 12:55:55 2009 -0600 |
tree | 610c0b2642815221d57f39371d854d4751596dd5 | |
parent | 152a649b647a8ef47bb74ff9e11850fa6001bedc [diff] |
dlm: Change rwlock which is only used in write mode to a spinlock The ls_dirtbl[].lock was an rwlock, but since it was only used in write mode a spinlock will suffice. Signed-off-by: Steven Whitehouse <swhiteho@redhat.com> Signed-off-by: David Teigland <teigland@redhat.com>