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