Whamcloud - gitweb
b=3405
authoralex <alex>
Fri, 9 Jul 2004 07:15:17 +0000 (07:15 +0000)
committeralex <alex>
Fri, 9 Jul 2004 07:15:17 +0000 (07:15 +0000)
commit874f562aebeb86c9cc3c9b19d3c60e919489d905
tree76cde47ba47bf9953103650d4da6ad5f995404c6
parent94f65ef60e29e48cd9eff46305b63e7a290c236e
b=3405

robert's fixes:
 - add CONNECT_INITAL flag for the initial connect message from a client.  When
   server sees an old client reconnect with that flag, then it needs to set the
   handles as if it was a new client.

 - set the initial imp_conn_cnt from the server's conn_cnt. When client
   connects with INITIAL set, the server sends back the old conn_cnt+1.

 - timeout for inter-MDS requests is set to obd_timeout / 2
lustre/include/linux/lustre_idl.h
lustre/include/linux/lustre_lib.h
lustre/ldlm/ldlm_lib.c
lustre/ptlrpc/client.c
lustre/ptlrpc/import.c