aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/dlm/dlmmaster.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ocfs2/dlm/dlmmaster.c')
-rw-r--r--fs/ocfs2/dlm/dlmmaster.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ocfs2/dlm/dlmmaster.c b/fs/ocfs2/dlm/dlmmaster.c
index c92d1b19fc0b..6d318b0bd816 100644
--- a/fs/ocfs2/dlm/dlmmaster.c
+++ b/fs/ocfs2/dlm/dlmmaster.c
@@ -2348,7 +2348,7 @@ int dlm_deref_lockres_handler(struct o2net_msg *msg, u32 len, void *data,
2348 mlog(ML_ERROR, "%s:%.*s: node %u trying to drop ref " 2348 mlog(ML_ERROR, "%s:%.*s: node %u trying to drop ref "
2349 "but it is already dropped!\n", dlm->name, 2349 "but it is already dropped!\n", dlm->name,
2350 res->lockname.len, res->lockname.name, node); 2350 res->lockname.len, res->lockname.name, node);
2351 __dlm_print_one_lock_resource(res); 2351 dlm_print_one_lock_resource(res);
2352 } 2352 }
2353 ret = 0; 2353 ret = 0;
2354 goto done; 2354 goto done;
@@ -2408,7 +2408,7 @@ static void dlm_deref_lockres_worker(struct dlm_work_item *item, void *data)
2408 mlog(ML_ERROR, "%s:%.*s: node %u trying to drop ref " 2408 mlog(ML_ERROR, "%s:%.*s: node %u trying to drop ref "
2409 "but it is already dropped!\n", dlm->name, 2409 "but it is already dropped!\n", dlm->name,
2410 res->lockname.len, res->lockname.name, node); 2410 res->lockname.len, res->lockname.name, node);
2411 __dlm_print_one_lock_resource(res); 2411 dlm_print_one_lock_resource(res);
2412 } 2412 }
2413 2413
2414 dlm_lockres_put(res); 2414 dlm_lockres_put(res);