X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fosc%2Fosc_request.c;h=5c707defb34752d94c633ca06c48d3b38b66d92c;hp=7ba86bc174f4f20325115822e3a2dfc5e330af23;hb=605a139a193e4ef212560673b4bb93eec763d088;hpb=4e4751d5bf7af565f9fc41f5001dae81f67be891 diff --git a/lustre/osc/osc_request.c b/lustre/osc/osc_request.c index 7ba86bc..5c707de 100644 --- a/lustre/osc/osc_request.c +++ b/lustre/osc/osc_request.c @@ -1085,7 +1085,7 @@ static inline int can_merge_pages(struct brw_page *p1, struct brw_page *p2) * safe to combine */ if (unlikely((p1->flag & mask) != (p2->flag & mask))) { CWARN("Saw flags 0x%x and 0x%x in the same brw, please " - "report this at https://jira.hpdd.intel.com/\n", + "report this at https://jira.whamcloud.com/\n", p1->flag, p2->flag); } return 0;