]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
fuse warning fix
authorAndrew Morton <akpm@linux-foundation.org>
Mon, 16 Jul 2007 06:39:50 +0000 (23:39 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Mon, 16 Jul 2007 16:05:41 +0000 (09:05 -0700)
commit21f3da95daed2d0f0c28cc4ef8b1103fbfb7bded
tree858c61212662b1b476bbdefe0eb8de69328a47db
parent9ac162521cd9796f44d263a61090634844c719a6
fuse warning fix

gcc-4.3:

fs/fuse/dir.c: In function 'parse_dirfile':
fs/fuse/dir.c:833: warning: cast from pointer to integer of different size
fs/fuse/dir.c:835: warning: cast from pointer to integer of different size

[miklos@szeredi.hu: use offsetof]
Acked-by: Miklos Szeredi <miklos@szeredi.hu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/fuse.h