]> git.baikalelectronics.ru Git - kernel.git/commit
dlm: convert connections_lock in a mutex
authorMatthias Kaehlcke <matthias@kaehlcke.net>
Mon, 12 May 2008 15:04:51 +0000 (10:04 -0500)
committerDavid Teigland <teigland@redhat.com>
Mon, 19 May 2008 20:37:27 +0000 (15:37 -0500)
commit0e02da135118faefb732af98b8635396ad3589ef
tree9d4d691a54a584e6991e8dfb9a9551536b0cb787
parenta29d7e304a52365384dd5df0f20c7a4175309e90
dlm: convert connections_lock in a mutex

The semaphore connections_lock is used as a mutex.  Convert it to the mutex
API.

Signed-off-by: Matthias Kaehlcke <matthias@kaehlcke.net>
Cc: Christine Caulfield <ccaulfie@redhat.com>
Cc: David Teigland <teigland@redhat.com>
Cc: Steven Whitehouse <swhiteho@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: David Teigland <teigland@redhat.com>
fs/dlm/lowcomms.c