We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d787ab0 commit 3278bb7Copy full SHA for 3278bb7
fs/ocfs2/dlmglue.c
@@ -2545,6 +2545,7 @@ int ocfs2_super_lock(struct ocfs2_super *osb,
2545
* everything is up to the caller :) */
2546
status = ocfs2_should_refresh_lock_res(lockres);
2547
if (status < 0) {
2548
+ ocfs2_cluster_unlock(osb, lockres, level);
2549
mlog_errno(status);
2550
goto bail;
2551
}
@@ -2553,8 +2554,10 @@ int ocfs2_super_lock(struct ocfs2_super *osb,
2553
2554
2555
ocfs2_complete_lock_res_refresh(lockres, status);
2556
- if (status < 0)
2557
+ if (status < 0) {
2558
2559
2560
+ }
2561
ocfs2_track_lock_refresh(lockres);
2562
2563
bail:
0 commit comments