[GFS2] Fix printk format warnings in DLM code
authorDavid Woodhouse <dwmw2@infradead.org>
Tue, 20 Jun 2006 12:48:31 +0000 (13:48 +0100)
committerDavid Woodhouse <dwmw2@infradead.org>
Tue, 20 Jun 2006 12:48:31 +0000 (13:48 +0100)
commit0239c4ae8aa5cdee6dc3792effc2800d65292c04
tree1e2aefd7e86e1ad39eaef25c8c7ff2d64201c119
parent695165dfba5204791bc4ae8911ed8b6326ce6d91
[GFS2] Fix printk format warnings in DLM code

fs/gfs2/locking/dlm/thread.c: In function ‘process_complete’:
fs/gfs2/locking/dlm/thread.c:56: warning: format ‘%llx’ expects type ‘long long unsigned int’, but argument 3 has type ‘uint64_t’
fs/gfs2/locking/dlm/thread.c:69: warning: format ‘%llx’ expects type ‘long long unsigned int’, but argument 4 has type ‘uint64_t’
fs/gfs2/locking/dlm/thread.c:102: warning: format ‘%llx’ expects type ‘long long unsigned int’, but argument 3 has type ‘uint64_t’
fs/gfs2/locking/dlm/thread.c:124: warning: format ‘%llx’ expects type ‘long long unsigned int’, but argument 4 has type ‘uint64_t’
fs/gfs2/locking/dlm/thread.c:146: warning: format ‘%llx’ expects type ‘long long unsigned int’, but argument 4 has type ‘uint64_t’
fs/gfs2/locking/dlm/thread.c:148: warning: format ‘%llx’ expects type ‘long long unsigned int’, but argument 4 has type ‘uint64_t’

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
fs/gfs2/locking/dlm/thread.c