Whamcloud - gitweb
- If a non-CONNECT request is made with an invalid export, we need to
authorpschwan <pschwan>
Tue, 1 Oct 2002 22:32:47 +0000 (22:32 +0000)
committerpschwan <pschwan>
Tue, 1 Oct 2002 22:32:47 +0000 (22:32 +0000)
commitc65d56a58b74bc2507ed1028b7738838a84e08a1
tree4d87b1a295c0cea9497d053c0af4bc3c476c0061
parent60a3f4e80b6d366e927ded1c80e540268294da8b
- If a non-CONNECT request is made with an invalid export, we need to
instantiate a temporary lustre_connection with which to send a reply.  This fix
is untested, but Mike says that he can reproduce this scenario easily.
- make ptlrpc_get_connection happier about receiving a NULL uuid
- avoid a possible connection reference leak in target_handle_connect
lustre/ldlm/ldlm_request.c
lustre/lib/l_net.c
lustre/obdclass/lprocfs.c
lustre/ptlrpc/connection.c
lustre/ptlrpc/service.c