[LU-6882] osp_prep_update_req() doesn't set rq_bulk_write properly Created: 20/Jul/15 Updated: 14/Aug/15 Resolved: 14/Aug/15 |
|
| Status: | Resolved |
| Project: | Lustre |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | Lustre 2.8.0 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Niu Yawei (Inactive) | Assignee: | Di Wang |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | None | ||
| Severity: | 3 |
| Rank (Obsolete): | 9223372036854775807 |
| Description |
|
osp_prep_update_req() sets rq_bulk_write explicitly, actually it should be set in sptlrpc_req_set_flavor() just like other operations to not break security code. |
| Comments |
| Comment by Di Wang [ 11/Aug/15 ] |
|
Hmm, after we fix 6741, this probably not should be a bug at all. Because osp request will use both bulk and normal inline request at the same time. So we can not set rq_bulk_write in sptlrpc_req_set_flavor by op_code, and we have to set it inside OSP and OUT. |
| Comment by Di Wang [ 14/Aug/15 ] |
|
see |