[lustre-discuss] Trying to compile lustre 2.8 against kernel 4.5

E.S. Rosenberg esr+lustre at mail.hebrew.edu
Sun May 22 11:38:49 PDT 2016


Internal functions have changed and as a result it is currently not
compiling, what is the accepted style for fixing these things?

Right now I am looking at this error:
lustre-release/lustre/fid/lproc_fid.c: In function
‘lprocfs_client_fid_space_seq_show’:
lustre-release/lustre/fid/lproc_fid.c:542:5: error: void value not ignored
as it ought to be
  rc = seq_printf(m, "["LPX64" - "LPX64"]:%x:%s\n",

which may be straight forward to fix or may not be depending on how
lprocfs_client_fid_space_seq_show is used.

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.

Thanks,
Eli
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lustre.org/pipermail/lustre-discuss-lustre.org/attachments/20160522/c567e1f4/attachment.htm>


More information about the lustre-discuss mailing list