[LU-8189] osc_match_base prototype differs from declaration Created: 22/May/16 Updated: 25/Oct/16 Resolved: 25/Oct/16 |
|
| Status: | Resolved |
| Project: | Lustre |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | Lustre 2.9.0 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Oleg Drokin | Assignee: | Steve Guminski (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | easy | ||
| Severity: | 3 |
| Rank (Obsolete): | 9223372036854775807 |
| Description |
|
Declared in lustre/osc/osc_request.c int osc_match_base(struct obd_export *exp, struct ldlm_res_id *res_id, enum ldlm_type type, union ldlm_policy_data *policy, enum ldlm_mode mode, __u64 *flags, void *data, struct lustre_handle *lockh, int unref) But prototype in lustre/osc/osc_internal.h is: int osc_match_base(struct obd_export *exp, struct ldlm_res_id *res_id, __u32 type, union ldlm_policy_data *policy, __u32 mode, __u64 *flags, void *data, struct lustre_handle *lockh, int unref); |
| Comments |
| Comment by Gerrit Updater [ 14/Oct/16 ] |
|
Steve Guminski (stephenx.guminski@intel.com) uploaded a new patch: http://review.whamcloud.com/23167 |
| Comment by Gerrit Updater [ 25/Oct/16 ] |
|
Oleg Drokin (oleg.drokin@intel.com) merged in patch http://review.whamcloud.com/23167/ |
| Comment by Peter Jones [ 25/Oct/16 ] |
|
Landed for 2.9 |