diff options
-rw-r--r-- | fs/dlm/lock.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/dlm/lock.c b/fs/dlm/lock.c index e223a911a834..5ec4d60525d8 100644 --- a/fs/dlm/lock.c +++ b/fs/dlm/lock.c | |||
@@ -687,6 +687,7 @@ static int find_rsb_dir(struct dlm_ls *ls, char *name, int len, | |||
687 | log_error(ls, "find_rsb new from_other %d dir %d our %d %s", | 687 | log_error(ls, "find_rsb new from_other %d dir %d our %d %s", |
688 | from_nodeid, dir_nodeid, our_nodeid, r->res_name); | 688 | from_nodeid, dir_nodeid, our_nodeid, r->res_name); |
689 | dlm_free_rsb(r); | 689 | dlm_free_rsb(r); |
690 | r = NULL; | ||
690 | error = -ENOTBLK; | 691 | error = -ENOTBLK; |
691 | goto out_unlock; | 692 | goto out_unlock; |
692 | } | 693 | } |