Whamcloud - gitweb
Branch b1_4
authoradilger <adilger>
Sat, 1 Oct 2005 06:09:53 +0000 (06:09 +0000)
committeradilger <adilger>
Sat, 1 Oct 2005 06:09:53 +0000 (06:09 +0000)
commit61d77b675610a833f69b64b4033a9dbd636d8931
treeeb6a96bcf6738a6b636701273de3d967670c243d
parent61a8f13f4f26ec0e93b9159ab93db792808f6587
Branch b1_4
Description: if client is started with down MDS mount hangs in ptlrpc_queue_wait
Details    : Having an LWI_INTR() wait event (interruptible, but no timeout)
     will wait indefinitely in ptlrpc_queue_wait->l_wait_event() after
     ptlrpc_import_delayed_req() because we didn't check if the
     request was interrupted, and we also didn't break out of the
     event loop if there was no timeout.

__l_wait_event() changes match those recently made in HEAD.
b=7184
r=devesh
lustre/ChangeLog
lustre/include/linux/lustre_lib.h
lustre/ptlrpc/client.c