Whamcloud - gitweb
b=21938 use the same set during replay
authorhongchao.zhang <Hongchao.Zhang@sun.com>
Wed, 21 Apr 2010 00:54:53 +0000 (08:54 +0800)
committerRobert Read <robert.read@oracle.com>
Mon, 26 Apr 2010 18:28:06 +0000 (11:28 -0700)
commit4a51b7a884e536da4e6a3386e8d25a2bd2b445a2
treebc47586bfeddf245e53b88f064083c64b4ec6769
parent08b2bc314e2eef39edebd87616ea3a372718b310
b=21938 use the same set during replay

some requests use its own ptlrpc_request_set to process its requests, but Lustre
will use a specific ptlrpc_request_set to process the requests during recovery.
this patch fixes this problem to allow the requests to use its own set if it have
one

i=johann@sun.com
i=tappro@sun.com
lustre/include/lustre_lib.h
lustre/include/lustre_net.h
lustre/ptlrpc/client.c
lustre/ptlrpc/import.c
lustre/ptlrpc/pinger.c
lustre/ptlrpc/ptlrpcd.c
lustre/ptlrpc/sec.c