[LU-1506] Build correct DLM lock resources from objid Created: 11/Jun/12 Updated: 29/May/17 Resolved: 29/May/17 |
|
| Status: | Resolved |
| Project: | Lustre |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | Lustre 2.4.0 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Di Wang | Assignee: | Di Wang |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Severity: | 3 |
| Rank (Obsolete): | 7791 |
| Description |
|
In osc_lock_build_rese () { if (0) { /* * In the perfect world of the future, where ost servers talk * idif-fids... */ fid_build_reg_res_name(fid, resname); }else { /* * In reality, where ost server expects ->lsm_object_id and * ->lsm_object_seq in rename. */ osc_build_res_name(obj->oo_oinfo->loi_id, obj->oo_oinfo->loi_seq, resname); }} |
| Comments |
| Comment by Di Wang [ 11/Jun/12 ] |
| Comment by Jodi Levi (Inactive) [ 18/Apr/13 ] |
|
Can this ticket be closed or is there more work to be done? |