<div dir="ltr"><div><div><div><div><div><div>Internal functions have changed and as a result it is currently not compiling, what is the accepted style for fixing these things?<br><br></div>Right now I am looking at this error:<br>lustre-release/lustre/fid/lproc_fid.c: In function ‘lprocfs_client_fid_space_seq_show’:<br>lustre-release/lustre/fid/lproc_fid.c:542:5: error: void value not ignored as it ought to be<br>  rc = seq_printf(m, "["LPX64" - "LPX64"]:%x:%s\n",<br><br></div>which may be straight forward to fix or may not be depending on how lprocfs_client_fid_space_seq_show is used.<br><br></div>seq_printf used to return 0 or -1 which would in turn be returned by this function, now seq_printf does not return anything anymore.<br><br></div></div>Thanks,<br></div>Eli<br></div>