Uploaded image for project: 'Lustre'
  1. Lustre
  2. LU-8189

osc_match_base prototype differs from declaration

Details

    • Bug
    • Resolution: Fixed
    • Minor
    • Lustre 2.9.0
    • None
    • 3
    • 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);
      

      Attachments

        Activity

          People

            sguminsx Steve Guminski (Inactive)
            green Oleg Drokin
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: