Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
3
-
9223372036854775807
Description
static int ptlrpc_server_hpreq_init(struct ptlrpc_service_part *svcpt, struct ptlrpc_request *req) { int rc; ENTRY; if (svcpt->scp_service->srv_ops.so_hpreq_handler != NULL) {...} if (req->rq_export != NULL && req->rq_ops != NULL) {...} RETURN(rc); }