From: Peng Tao Date: Mon, 15 Jul 2013 14:27:16 +0000 (+0800) Subject: staging/lustre: fix build warnning on 32bit system X-Git-Tag: next-20130731~24^2~337 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-linux.git;a=commitdiff_plain;h=b69835a2c41dead0d5d44265e797d9d4a3b67174;hp=b69835a2c41dead0d5d44265e797d9d4a3b67174 staging/lustre: fix build warnning on 32bit system Building on 32bit system, I got warnings like below: drivers/staging/lustre/lustre/llite/../include/lprocfs_status.h:666:7: note: expected ‘long unsigned int *’ but argument is of type ‘size_t *’ char *lprocfs_find_named_value(const char *buffer, const char *name, drivers/staging/lustre/lustre/lov/lov_io.c: In function ‘lov_io_rw_iter_init’: include/asm-generic/div64.h:43:28: warning: comparison of distinct pointer types lacks a cast [enabled by default] (void)(((typeof((n)) *)0) == ((uint64_t *)0)); \ Signed-off-by: Peng Tao Signed-off-by: Andreas Dilger Signed-off-by: Greg Kroah-Hartman ---