]> git.baikalelectronics.ru Git - kernel.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)
commit29f187536683625995a477981484660ff683f94f
treedaa54243c295d3916462410e32507c889585a857
parent6f5630432746c67bcfb2ea1df6b069f8ee5ad066
[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