Details
-
Bug
-
Resolution: Won't Fix
-
Major
-
None
-
None
-
None
-
3
-
6421
Description
Trying to build patchless client for SLES 10 x64.
Build fails with error:
/storage/asl/sles10/workdir/BUILD/lustre-2.0.66/lustre/llite/llite_nfs.c: In function 'll_get_name':
/storage/asl/sles10/workdir/BUILD/lustre-2.0.66/lustre/llite/llite_nfs.c:244: warning: passing argument 3 of 'll_readdir'.
from incompatible pointer type
make[8]: *** [/storage/asl/sles10/workdir/BUILD/lustre-2.0.66/lustre/llite/llite_nfs.o] Error 1
or, without -Werror:
/storage/asl/sles10/workdir/BUILD/lustre-2.0.66/lustre/llite/llite_nfs.c: In function 'll_get_name':
/storage/asl/sles10/workdir/BUILD/lustre-2.0.66/lustre/llite/llite_nfs.c:244: error: passing argument 3 of 'll_readdir' from incompatible pointer type
/storage/asl/sles10/workdir/BUILD/lustre-2.0.66/lustre/llite/llite_internal.h:607: note: expected 'filldir_t' but argument is of type 'int (void *, const char *, int, loff_t, u64, unsigned int)'