Details
-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
-
None
-
3
-
9223372036854775807
Description
For Example.
struct ptlrpc_sec { .... atomic_t ps_refcount; };
Which is called as...
LASSERT_ATOMIC_ZERO(&sec->ps_refcount);
Now becomes
struct ptlrpc_sec { .... struct kref ps_refcount; };
and every thing should follow to support the above.
Currently these are under active use:
LASSERT_ATOMIC_GT LASSERT_ATOMIC_GT_LT LASSERT_ATOMIC_ZERO LASSERT_ATOMIC_POS
"Oleg Drokin <green@whamcloud.com>" merged in patch https://review.whamcloud.com/c/fs/lustre-release/+/58453/
Subject: LU-16796 nodemap: Change nm_refcount to refcount
Project: fs/lustre-release
Branch: master
Current Patch Set:
Commit: 776f9430201d26af4e1167e8c5fea6f4012bc641