[GFS2] fix typo in locking/dlm
Typo causes the error value from the wrong lock to be checked. Signed-off-by: David Teigland <teigland@redhat.com> Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
This commit is contained in:
parent
3609819818
commit
c5921fd02e
@ -430,7 +430,7 @@ static int hold_null_lock(struct gdlm_lock *lp)
|
|||||||
init_completion(&lpn->ast_wait);
|
init_completion(&lpn->ast_wait);
|
||||||
gdlm_do_lock(lpn);
|
gdlm_do_lock(lpn);
|
||||||
wait_for_completion(&lpn->ast_wait);
|
wait_for_completion(&lpn->ast_wait);
|
||||||
error = lp->lksb.sb_status;
|
error = lpn->lksb.sb_status;
|
||||||
if (error) {
|
if (error) {
|
||||||
printk(KERN_INFO "lock_dlm: hold_null_lock dlm error %d\n",
|
printk(KERN_INFO "lock_dlm: hold_null_lock dlm error %d\n",
|
||||||
error);
|
error);
|
||||||
|
Loading…
Reference in New Issue
Block a user