Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ebde64c0 authored by wang di's avatar wang di Committed by Greg Kroah-Hartman
Browse files

staging: lustre: fid: init FID client for OSP on MDT.

parent 2ff1d8fb
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -102,10 +102,13 @@ static int seq_client_rpc(struct lu_client_seq *seq,
			req->rq_no_delay = req->rq_no_resend = 1;
		debug_mask = D_CONSOLE;
	} else {
		if (seq->lcs_type == LUSTRE_SEQ_METADATA)
		if (seq->lcs_type == LUSTRE_SEQ_METADATA) {
			req->rq_reply_portal = MDC_REPLY_PORTAL;
			req->rq_request_portal = SEQ_METADATA_PORTAL;
		else
		} else {
			req->rq_reply_portal = OSC_REPLY_PORTAL;
			req->rq_request_portal = SEQ_DATA_PORTAL;
		}
		debug_mask = D_INFO;
	}