mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-15 01:24:33 +00:00
[DLM] fix whitespace damage
My previous dlm patch added trailing whitespace damage, fix that. Signed-off-by: David Teigland <teigland@redhat.com> Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
This commit is contained in:
parent
34e22bed19
commit
3609819818
@ -175,7 +175,7 @@ void dlm_user_add_ast(struct dlm_lkb *lkb, int type)
|
|||||||
/* noqueue requests that fail may need to be removed from the
|
/* noqueue requests that fail may need to be removed from the
|
||||||
proc's locks list, there should be a better way of detecting
|
proc's locks list, there should be a better way of detecting
|
||||||
this situation than checking all these things... */
|
this situation than checking all these things... */
|
||||||
|
|
||||||
if (type == AST_COMP && lkb->lkb_grmode == DLM_LOCK_IV &&
|
if (type == AST_COMP && lkb->lkb_grmode == DLM_LOCK_IV &&
|
||||||
ua->lksb.sb_status == -EAGAIN && !list_empty(&lkb->lkb_ownqueue))
|
ua->lksb.sb_status == -EAGAIN && !list_empty(&lkb->lkb_ownqueue))
|
||||||
remove_ownqueue = 1;
|
remove_ownqueue = 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user