[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
Subject: LU-8189 osc: osc_match_base prototype differs from declaration
Project: fs/lustre-release
Branch: master
Current Patch Set: 1
Commit: b02fb14ca7d73b81e89e241895902618567e6c2b

Comment by Gerrit Updater [ 25/Oct/16 ]

Oleg Drokin (oleg.drokin@intel.com) merged in patch http://review.whamcloud.com/23167/
Subject: LU-8189 osc: osc_match_base prototype differs from declaration
Project: fs/lustre-release
Branch: master
Current Patch Set:
Commit: 0ba8e9213476c3d24402606538a7697de900b9ae

Comment by Peter Jones [ 25/Oct/16 ]

Landed for 2.9

Generated at Sat Feb 10 02:15:24 UTC 2024 using Jira 9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c.