[DLM] Update DLM to the latest patch level
Signed-off-by: David Teigland <teigland@redhat.com> Signed-off-by: Steve Whitehouse <swhiteho@redhat.com>
This commit is contained in:

committed by
Steven Whitehouse

parent
ec58002466
commit
901359256b
@@ -38,12 +38,12 @@ static inline int is_master(struct dlm_rsb *r)
|
||||
|
||||
static inline void lock_rsb(struct dlm_rsb *r)
|
||||
{
|
||||
down(&r->res_sem);
|
||||
mutex_lock(&r->res_mutex);
|
||||
}
|
||||
|
||||
static inline void unlock_rsb(struct dlm_rsb *r)
|
||||
{
|
||||
up(&r->res_sem);
|
||||
mutex_unlock(&r->res_mutex);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user