Details
-
Improvement
-
Resolution: Fixed
-
Minor
-
Lustre 2.6.0
-
12534
Description
lfs main() calls ptl_initialize() and obd_initialize() (and lfs.c includes lnetctl.h and obdctl.h) but lfs does not use any of the obdctl or lnetctl functionality. Also should check if lfs uses anything from lustre_cfg.c.
lfs_SOURCES = lfs.c obd.c lustre_cfg.c lfs_LDADD := liblustreapi.a $(LIBPTLCTL) $(PTHREAD_LIBS) $(LIBREADLINE) lfs_DEPENDENCIES := $(LIBPTLCTL) liblustreapi.a