Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
None
-
3
-
9223372036854775807
Description
CC [M] /root/lustre-release/lustre/ptlrpc/../../lustre/ldlm/ldlm_pool.o
/root/lustre-release/lustre/ptlrpc/../../lustre/ldlm/ldlm_pool.c:1442:5: error: conflicting types for ‘ldlm_pool_recalc’
int ldlm_pool_recalc(struct ldlm_pool *pl)
^
In file included from /root/lustre-release/lustre/ptlrpc/../../lustre/ldlm/ldlm_pool.c:98:0:
/root/lustre-release/lustre/include/lustre_dlm.h:1712:10: note: previous declaration of ‘ldlm_pool_recalc’ was here
time64_t ldlm_pool_recalc(struct ldlm_pool *pl);
^
cc1: error: unrecognized command line option "-Wno-format-truncation" [-Werror]
cc1: all warnings being treated as errors
make[6]: *** [/root/lustre-release/lustre/ptlrpc/../../lustre/ldlm/ldlm_pool.o] Error 1
make[5]: *** [/root/lustre-release/lustre/ptlrpc] Error 2
make[4]: *** [/root/lustre-release/lustre] Error 2
make[3]: *** [_module_/root/lustre-release] Error 2
make[3]: Leaving directory `/usr/src/kernels/3.10.0-862.9.1.el7.x86_64'
make[2]: *** [modules] Error 2
make[2]: Leaving directory `/root/lustre-release'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/lustre-release'
make: *** [all] Error 2
Attachments
Issue Links
- is related to
-
LU-9019 Migrate lustre to standard 64 bit time kernel API
- Resolved