Whamcloud - gitweb
* Change mds_client_info to mds_export_data and embed it in obd_export.
authorshaver <shaver>
Fri, 2 Aug 2002 13:44:57 +0000 (13:44 +0000)
committershaver <shaver>
Fri, 2 Aug 2002 13:44:57 +0000 (13:44 +0000)
commit015b7752475ca95402c50a2b3eb1d8ee8b5eb4ca
tree24c445e8282e1f9c31c80271a0d032baab5d260e
parentdbae4757ef218f93d7528f20ff91a427cbad05ec
* Change mds_client_info to mds_export_data and embed it in obd_export.
* Curtail some excessive include cycles.
* Create "phantom" exports from last_rcvd data, suitable for later (soon!)
  hooking up in mds_connect.
* Add class_new_export utility function for use by class_connect and
  mds_read_last_rcvd.
* Fix last_mount/last_rcvd recovery-eligibility test in mds_read_last_rcvd.
* Force common.sh's DEBUG_WAIT read to use /dev/tty, so it works from scripts
  like runtests.  (lconf, take me away!)
14 files changed:
lustre/include/linux/lustre_lib.h
lustre/include/linux/lustre_lite.h
lustre/include/linux/lustre_mds.h
lustre/include/linux/obd.h
lustre/include/linux/obd_class.h
lustre/llite/dcache.c
lustre/mdc/mdc_request.c
lustre/mds/handler.c
lustre/mds/mds_fs.c
lustre/mds/mds_lov.c
lustre/mds/mds_reint.c
lustre/obdclass/class_obd.c
lustre/obdclass/genops.c
lustre/tests/common.sh