[GFS2] fs/gfs2/log.c:log_bmap() fix printk format warning
authorRyusuke Konishi <ryusuke@osrg.net>
Mon, 27 Nov 2006 17:53:22 +0000 (02:53 +0900)
committerSteven Whitehouse <swhiteho@redhat.com>
Thu, 30 Nov 2006 15:37:04 +0000 (10:37 -0500)
commitaed3255f2267e2d1d95b9cf7f2995ce24e6c873b
tree0a3a82c6064c9dc21347ffbc019d1fb1acb6de67
parent2896ee37ccc1f9acb244c9b02becb74a43661009
[GFS2] fs/gfs2/log.c:log_bmap() fix printk format warning

Fix a printk format warning in fs/gfs2/log.c:
fs/gfs2/log.c:322: warning: format '%llu' expects type 'long long unsigned int', but argument 3 has type 'sector_t'

Signed-off-by: Ryusuke Konishi <ryusuke@osrg.net>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/log.c