[GFS2] Cast 64 bit printk args to unsigned long long.

Signed-off-by: David Teigland <teigland@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
This commit is contained in:
David Teigland
2006-05-24 09:21:30 -04:00
committed by Steven Whitehouse
parent 90cdd2083a
commit 9229f01349
3 changed files with 26 additions and 22 deletions

View File

@@ -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;
}