Re: OCFS2 printf format warnings

Previous thread: [PATCH 0/4] Fix forcedeth hibernate/wake-on-lan problems by Tobias Diedrich on Sunday, May 18, 2008 - 8:57 am. (26 messages)

Next thread: [PATCH] eCryptFS: fix missed mutex_unlock by Cyrill Gorcunov on Sunday, May 18, 2008 - 10:26 am. (5 messages)
To: Linux Kernel list <linux-kernel@...>, <joel.becker@...>, <mfasheh@...>
Date: Sunday, May 18, 2008 - 9:59 am

Just noticed these on sparc64:

CC [M] fs/ocfs2/cluster/netdebug.o
fs/ocfs2/cluster/netdebug.c: In function 'nst_seq_show':
fs/ocfs2/cluster/netdebug.c:152: warning: format '%lu' expects type 'long unsigned int', but argument 13 has type 'suseconds_t'
fs/ocfs2/cluster/netdebug.c:152: warning: format '%lu' expects type 'long unsigned int', but argument 15 has type 'suseconds_t'
fs/ocfs2/cluster/netdebug.c:152: warning: format '%lu' expects type 'long unsigned int', but argument 17 has type 'suseconds_t'
fs/ocfs2/cluster/netdebug.c: In function 'sc_seq_show':
fs/ocfs2/cluster/netdebug.c:332: warning: format '%lu' expects type 'long unsigned int', but argument 19 has type 'suseconds_t'
fs/ocfs2/cluster/netdebug.c:332: warning: format '%lu' expects type 'long unsigned int', but argument 21 has type 'suseconds_t'
fs/ocfs2/cluster/netdebug.c:332: warning: format '%lu' expects type 'long unsigned int', but argument 23 has type 'suseconds_t'
fs/ocfs2/cluster/netdebug.c:332: warning: format '%lu' expects type 'long unsigned int', but argument 25 has type 'suseconds_t'
fs/ocfs2/cluster/netdebug.c:332: warning: format '%lu' expects type 'long unsigned int', but argument 27 has type 'suseconds_t'
fs/ocfs2/cluster/netdebug.c:332: warning: format '%lu' expects type 'long unsigned int', but argument 29 has type 'suseconds_t'

--
Meelis Roos (mroos@linux.ee)
--

To: Meelis Roos <mroos@...>
Cc: Linux Kernel list <linux-kernel@...>, <joel.becker@...>, Sunil Mushran <Sunil.Mushran@...>
Date: Monday, May 19, 2008 - 3:07 pm

Ok, these were introduced by:

commit 2309e9e040fe29469fb85a384636c455b62fe525
Author: Sunil Mushran <sunil.mushran@oracle.com>
Date: Mon Apr 14 10:46:19 2008 -0700

ocfs2/net: Add debug interface to o2net

...

It looks like we need some casts... Sunil, care to fix this up?
--Mark

--
Mark Fasheh
--

Previous thread: [PATCH 0/4] Fix forcedeth hibernate/wake-on-lan problems by Tobias Diedrich on Sunday, May 18, 2008 - 8:57 am. (26 messages)

Next thread: [PATCH] eCryptFS: fix missed mutex_unlock by Cyrill Gorcunov on Sunday, May 18, 2008 - 10:26 am. (5 messages)