diff options
Diffstat (limited to 'fs/ocfs2/dlm/dlmmaster.c')
-rw-r--r-- | fs/ocfs2/dlm/dlmmaster.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ocfs2/dlm/dlmmaster.c b/fs/ocfs2/dlm/dlmmaster.c index 915283fb48c3..2e371e06894f 100644 --- a/fs/ocfs2/dlm/dlmmaster.c +++ b/fs/ocfs2/dlm/dlmmaster.c | |||
@@ -2050,6 +2050,7 @@ static int dlm_pre_master_reco_lockres(struct dlm_ctxt *dlm, | |||
2050 | BUG(); | 2050 | BUG(); |
2051 | /* host is down, so answer for that node would be | 2051 | /* host is down, so answer for that node would be |
2052 | * DLM_LOCK_RES_OWNER_UNKNOWN. continue. */ | 2052 | * DLM_LOCK_RES_OWNER_UNKNOWN. continue. */ |
2053 | ret = 0; | ||
2053 | } | 2054 | } |
2054 | 2055 | ||
2055 | if (master != DLM_LOCK_RES_OWNER_UNKNOWN) { | 2056 | if (master != DLM_LOCK_RES_OWNER_UNKNOWN) { |