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

osc_quota_setdq prints freed pointer

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Minor
    • None
    • Lustre 2.15.0
    • None
    • 3
    • 9223372036854775807

    Description

                               oqi = cfs_hash_del_key(cli->cl_quota_hash[type],
                                                     &qid[type]);
                              if (oqi)
                                      OBD_SLAB_FREE_PTR(oqi, osc_quota_kmem);                        CDEBUG(D_QUOTA, "%s: setdq to remove for %s %d (%p)\n",
                                     cli_name(cli), qtype_name(type), qid[type], oqi);

      OBD_SLAB_FREE_PTR->OBD_SLAB_FREE will zero out the first argument, so apparently this will always prent 0 for the last value

      Attachments

        Activity

          People

            wc-triage WC Triage
            green Oleg Drokin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: