]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[GFS2] printk warning fixes
authorakpm@linux-foundation.org <akpm@linux-foundation.org>
Thu, 26 Apr 2007 04:08:02 +0000 (21:08 -0700)
committerSteven Whitehouse <swhiteho@redhat.com>
Tue, 1 May 2007 08:11:48 +0000 (09:11 +0100)
commitf391a4ead61e4510ff385815ddaf3c0777fbad1b
treedaa54243c295d3916462410e32507c889585a857
parentbf126aee6d54fe1e509846abf3b27aba84c6d7ce
[GFS2] printk warning fixes

alpha:

fs/gfs2/dir.c: In function 'gfs2_dir_read_leaf':
fs/gfs2/dir.c:1322: warning: format '%llu' expects type 'long long unsigned int', but argument 3 has type 'sector_t'
fs/gfs2/dir.c: In function 'gfs2_dir_read':
fs/gfs2/dir.c:1455: warning: format '%llu' expects type 'long long unsigned int', but argument 3 has type '__u64'

Cc: Steven Whitehouse <swhiteho@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/dir.c