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