The patch titled use __u64 rather than u64 in parisc statfs structs has been added to the -mm tree. Its filename is use-__u64-rather-than-u64-in-parisc-statfs-structs.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: use __u64 rather than u64 in parisc statfs structs From: Mike Frysinger <vapier@xxxxxxxxxx> Use __u64 rather than u64 in the struct statfs64 exported to userspace. Signed-off-by: Mike Frysinger <vapier@xxxxxxxxxx> Cc: Kyle McMartin <kyle@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- include/asm-parisc/statfs.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff -puN include/asm-parisc/statfs.h~use-__u64-rather-than-u64-in-parisc-statfs-structs include/asm-parisc/statfs.h --- a/include/asm-parisc/statfs.h~use-__u64-rather-than-u64-in-parisc-statfs-structs +++ a/include/asm-parisc/statfs.h @@ -30,11 +30,11 @@ struct statfs { struct statfs64 { long f_type; long f_bsize; - u64 f_blocks; - u64 f_bfree; - u64 f_bavail; - u64 f_files; - u64 f_ffree; + __u64 f_blocks; + __u64 f_bfree; + __u64 f_bavail; + __u64 f_files; + __u64 f_ffree; __kernel_fsid_t f_fsid; long f_namelen; long f_frsize; _ Patches currently in -mm which might be from vapier@xxxxxxxxxx are origin.patch use-__u8-__u32-in-userspace-ioctl-defines-for-i2o.patch use-__u8-rather-than-u8-in-userspace-size-defines-in-hdregh.patch search-a-little-harder-for-mkimage.patch use-__u64-rather-than-u64-in-parisc-statfs-structs.patch use-__u32-rather-than-u32-in-userspace-ioctls-in-usbdevice_fsh.patch some-rtc-documentation-updates.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html