New warning from nfs code

From: Meelis Roos
Date: Wed Apr 28 2004 - 03:03:53 EST


This is 2.6.6-rc3 on a sparc64:

CC [M] fs/nfs/direct.o
fs/nfs/direct.c: In function `nfs_direct_IO':
fs/nfs/direct.c:458: warning: int format, different type arg (arg 2)

ssize_t is long (64-bit) on sparc64 but int (32-bit) on i386 and so on.

--
Meelis Roos (mroos@xxxxxxxx)

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/