Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
None
-
3
-
9223372036854775807
Description
lustre/tests/lp_utils.c is duplicated but not used.
lustre/tests/lp_utils.h is duplicated but not needed.
Unify the users of lp_utils.h and remove the duplicate copy.
In addition cleanup the sprintf(msg, ..); FAIL(msg); pattern into a single FAILF(); macro.