staging: lustre: fid: init FID client for OSP on MDT.
Initialize FID client for OSP on MDT. Signed-off-by: wang di <di.wang@intel.com> Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-3529 Reviewed-on: http://review.whamcloud.com/7158 Reviewed-by: John L. Hammond <john.hammond@intel.com> Reviewed-by: Alex Zhuravlev <alexey.zhuravlev@intel.com> Reviewed-by: Oleg Drokin <oleg.drokin@intel.com> Signed-off-by: James Simmons <jsimmons@infradead.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
2ff1d8fbba
commit
ebde64c065
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user