All,
I'm attempting to get a lustre client up and running on a centos 6.5 system, and it
seems to be erroring over a change made in the kernel..
<system> uname -sr
Linux 2.6.32-431.el6.x86_64
When I try to run rpmbuild --rebuild I get the following...
/root/rpmbuild/BUILD/lustre-1.8.9/lustre/llite/dir.c: In function 'll_dir_ioctl':
/root/rpmbuild/BUILD/lustre-1.8.9/lustre/llite/dir.c:1288: error: assignment from
incompatible pointer type
/root/rpmbuild/BUILD/lustre-1.8.9/lustre/llite/dir.c:1360: error: passing argument 1 of
'putname' from incompatible pointer type
/usr/src/kernels/2.6.32-431.el6.x86_64/include/linux/fs.h:2170: note: expected 'struct
filename *' but argument is of type 'char *'
Are there any workarounds for this?
w/r,
Kurt