aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dlm/recover.c
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2006-05-24 09:21:30 -0400
committerSteven Whitehouse <swhiteho@redhat.com>2006-05-24 09:21:30 -0400
commit9229f013495dcdae76e9942ebc2cfc69851fe10a (patch)
tree46c3b25ea005fd2fdbc17a510d30d40e3abd39e1 /fs/dlm/recover.c
parent90cdd2083aea9a536ecdef62840db01fff2e645d (diff)
[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>
Diffstat (limited to 'fs/dlm/recover.c')
-rw-r--r--fs/dlm/recover.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/dlm/recover.c b/fs/dlm/recover.c
index b036ee7dcb32..34876f60f298 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)
421 r = recover_list_find(ls, rc->rc_id); 421 r = recover_list_find(ls, rc->rc_id);
422 if (!r) { 422 if (!r) {
423 log_error(ls, "dlm_recover_master_reply no id %llx", 423 log_error(ls, "dlm_recover_master_reply no id %llx",
424 rc->rc_id); 424 (unsigned long long)rc->rc_id);
425 goto out; 425 goto out;
426 } 426 }
427 427