We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f30b36 commit 500543cCopy full SHA for 500543c
drivers/misc/lkdtm/refcount.c
@@ -119,7 +119,7 @@ void lkdtm_REFCOUNT_DEC_ZERO(void)
119
static void check_negative(refcount_t *ref, int start)
120
{
121
/*
122
- * CONFIG_REFCOUNT_FULL refuses to move a refcount at all on an
+ * refcount_t refuses to move a refcount at all on an
123
* over-sub, so we have to track our starting position instead of
124
* looking only at zero-pinning.
125
*/
@@ -202,7 +202,6 @@ static void check_from_zero(refcount_t *ref)
202
203
204
* A refcount_inc() from zero should pin to zero or saturate and may WARN.
205
- * Only CONFIG_REFCOUNT_FULL provides this protection currently.
206
207
void lkdtm_REFCOUNT_INC_ZERO(void)
208
0 commit comments