From ea4dea3050de69ddfc08e8bb45318e6d74c59ffc Mon Sep 17 00:00:00 2001 From: yury Date: Sun, 24 Aug 2008 15:53:37 +0000 Subject: [PATCH] b=14608 r=wangdi,shadow - new recov thread code; - cleanups and fixes. --- lustre/include/Makefile.am | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/lustre/include/Makefile.am b/lustre/include/Makefile.am index d9787e5..226e23d 100644 --- a/lustre/include/Makefile.am +++ b/lustre/include/Makefile.am @@ -37,11 +37,10 @@ SUBDIRS = linux lustre EXTRA_DIST = ioctl.h liblustre.h lprocfs_status.h lustre_cfg.h \ - lustre_commit_confd.h lustre_debug.h lustre_disk.h \ - lustre_dlm.h lustre_export.h lustre_fsfilt.h lustre_ha.h \ - lustre_handles.h lustre_import.h lustre_lib.h class_hash.h \ - lustre_lite.h lustre_log.h lustre_mds.h lustre_net.h \ - lustre_param.h lustre_quota.h lustre_ucache.h lvfs.h \ - obd_cache.h obd_class.h obd_echo.h obd.h obd_lov.h \ - obd_ost.h obd_support.h lustre_cache.h lustre_ver.h \ - interval_tree.h + lustre_debug.h lustre_disk.h lustre_dlm.h lustre_export.h \ + lustre_fsfilt.h lustre_ha.h lustre_handles.h lustre_import.h \ + lustre_lib.h lustre_sec.h lustre_lite.h lustre_log.h lustre_mds.h \ + lustre_mdc.h lustre_net.h lustre_quota.h lustre_ucache.h lvfs.h \ + class_hash.h obd_cache.h obd_class.h obd_echo.h obd.h obd_lov.h \ + obd_ost.h obd_support.h lustre_cache.h lustre_ver.h \ + interval_tree.h -- 1.8.3.1