Whamcloud - gitweb
* Fix interrupt-pending-when-timeout-occurs handling in l_wait_event.
authorshaver <shaver>
Fri, 16 Aug 2002 01:51:03 +0000 (01:51 +0000)
committershaver <shaver>
Fri, 16 Aug 2002 01:51:03 +0000 (01:51 +0000)
commit5fd7183a77a063f3c00285e79b57f37b77ef77ea
treeb39b56fbfed87486f0c3cb23e466660c781ee849
parentb03e6098e7211491cca62bf7d105b5ab69b138bc
* Fix interrupt-pending-when-timeout-occurs handling in l_wait_event.
* If timeout specified, but no handler, wake up with -ETIMEOUT instead of
  going back to sleep.
* Export a class_signal_client_failure hook-symbol from obdclass, to be filled
  in by recovd.o and used by various obdclass bits (avoiding sour dependencies
  on recovd.o).
* Add OBD_FAIL_OST_BRW_{READ,WRITE}_BULK fail_loc values, for testing of
  bulk-xfer timeouts and interrupts.
* Fix the timeout in ll_sync_io_cb to scale by HZ.
* Rip out some leftovers from ptlrpc_check_reply.
lustre/include/linux/lustre_lib.h
lustre/include/linux/obd_class.h
lustre/include/linux/obd_support.h
lustre/lib/page.c
lustre/obdclass/class_obd.c
lustre/ost/ost_handler.c
lustre/ptlrpc/client.c
lustre/ptlrpc/recovd.c