Thread (5 messages) 5 messages, 3 authors, 2011-09-13

Re: [PATCH V9 3/6] mm: frontswap: core frontswap functionality

From: Seth Jennings <hidden>
Date: 2011-09-13 21:59:25
Also in: lkml

On 09/13/2011 03:50 PM, Dan Magenheimer wrote:
quoted
From: Seth Jennings [mailto:sjenning@linux.vnet.ibm.com]
Subject: Re: [PATCH V9 3/6] mm: frontswap: core frontswap functionality

Hey Dan,

I get the following compile warnings:

mm/frontswap.c: In function 'init_frontswap':
mm/frontswap.c:264:5: warning: passing argument 4 of 'debugfs_create_size_t' from incompatible pointer
type
include/linux/debugfs.h:68:16: note: expected 'size_t *' but argument is of type 'long unsigned int *'
mm/frontswap.c:266:5: warning: passing argument 4 of 'debugfs_create_size_t' from incompatible pointer
type
include/linux/debugfs.h:68:16: note: expected 'size_t *' but argument is of type 'long unsigned int *'
mm/frontswap.c:268:5: warning: passing argument 4 of 'debugfs_create_size_t' from incompatible pointer
type
include/linux/debugfs.h:68:16: note: expected 'size_t *' but argument is of type 'long unsigned int *'
mm/frontswap.c:270:5: warning: passing argument 4 of 'debugfs_create_size_t' from incompatible pointer
type
include/linux/debugfs.h:68:16: note: expected 'size_t *' but argument is of type 'long unsigned int *'
Thanks for checking on 32-bit!
 
quoted
size_t is platform dependent but is generally "unsigned int"
for 32-bit and "unsigned long" for 64-bit.

I think just typecasting these to size_t * would fix it.
Actually, I think the best fix is likely to change the variables
and the debugfs calls to u64 since even on 32-bit, the
counters may exceed 2**32 on a heavily-loaded long-running
system.
That was going to be my other suggestion :)  I thought I'd suggest
the route that didn't involve you having to retype the counters.  But
the u64 solution is cleaner and, as Andrew pointed out, less risky.
I'll give it a day or two to see if anyone else has any feedback
before I fix this for V10.

Dan
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help