diff options
Diffstat (limited to 'fs')
-rw-r--r-- | fs/dlm/user.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/dlm/user.c b/fs/dlm/user.c index fd19caf9af97..494d00ac014e 100644 --- a/fs/dlm/user.c +++ b/fs/dlm/user.c | |||
@@ -175,7 +175,7 @@ void dlm_user_add_ast(struct dlm_lkb *lkb, int type) | |||
175 | /* noqueue requests that fail may need to be removed from the | 175 | /* noqueue requests that fail may need to be removed from the |
176 | proc's locks list, there should be a better way of detecting | 176 | proc's locks list, there should be a better way of detecting |
177 | this situation than checking all these things... */ | 177 | this situation than checking all these things... */ |
178 | 178 | ||
179 | if (type == AST_COMP && lkb->lkb_grmode == DLM_LOCK_IV && | 179 | if (type == AST_COMP && lkb->lkb_grmode == DLM_LOCK_IV && |
180 | ua->lksb.sb_status == -EAGAIN && !list_empty(&lkb->lkb_ownqueue)) | 180 | ua->lksb.sb_status == -EAGAIN && !list_empty(&lkb->lkb_ownqueue)) |
181 | remove_ownqueue = 1; | 181 | remove_ownqueue = 1; |