Loading fs/dlm/plock.c +2 −2 Original line number Diff line number Diff line Loading @@ -240,8 +240,8 @@ static int dlm_plock_callback(struct plock_op *op) rv = notify(fl, 0); if (rv) { /* XXX: We need to cancel the fs lock here: */ log_print("dlm_plock_callback: lock granted after lock request " "failed; dangling lock!\n"); log_print("%s: lock granted after lock request failed; dangling lock!", __func__); goto out; } Loading Loading
fs/dlm/plock.c +2 −2 Original line number Diff line number Diff line Loading @@ -240,8 +240,8 @@ static int dlm_plock_callback(struct plock_op *op) rv = notify(fl, 0); if (rv) { /* XXX: We need to cancel the fs lock here: */ log_print("dlm_plock_callback: lock granted after lock request " "failed; dangling lock!\n"); log_print("%s: lock granted after lock request failed; dangling lock!", __func__); goto out; } Loading