diff options
Diffstat (limited to 'fs/dlm')
-rw-r--r-- | fs/dlm/recover.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/dlm/recover.c b/fs/dlm/recover.c index b036ee7..34876f6 100644 --- a/fs/dlm/recover.c +++ b/fs/dlm/recover.c @@ -421,7 +421,7 @@ int dlm_recover_master_reply(struct dlm_ls *ls, struct dlm_rcom *rc) r = recover_list_find(ls, rc->rc_id); if (!r) { log_error(ls, "dlm_recover_master_reply no id %llx", - rc->rc_id); + (unsigned long long)rc->rc_id); goto out; } |