[Ocfs2-devel] [PATCH -next] ocfs2: fix printk format warnings with OCFS2_FS_STATS=n

Mark Fasheh mfasheh at suse.com
Wed May 28 14:48:57 PDT 2008


On Wed, May 28, 2008 at 02:41:00PM -0700, Randy Dunlap wrote:
> From: Randy Dunlap <randy.dunlap at oracle.com>
> 
> Fix printk format warnings when OCFS2_FS_STATS=n:
> 
> linux-next-20080528/fs/ocfs2/dlmglue.c: In function 'ocfs2_dlm_seq_show':
> linux-next-20080528/fs/ocfs2/dlmglue.c:2623: warning: format '%llu' expects type 'long long unsigned int', but argument 3 has type 'int'
> linux-next-20080528/fs/ocfs2/dlmglue.c:2623: warning: format '%llu' expects type 'long long unsigned int', but argument 4 has type 'int'
> linux-next-20080528/fs/ocfs2/dlmglue.c:2623: warning: format '%llu' expects type 'long long unsigned int', but argument 7 has type 'int'
> linux-next-20080528/fs/ocfs2/dlmglue.c:2623: warning: format '%llu' expects type 'long long unsigned int', but argument 8 has type 'int'
> 
> Signed-off-by: Randy Dunlap <randy.dunlap at oracle.com>

Thanks Randy...
	--Mark

--
Mark Fasheh



More information about the Ocfs2-devel mailing list