aboutsummaryrefslogtreecommitdiff
path: root/scripts/bpf_helpers_doc.py
diff options
context:
space:
mode:
authorIra Weiny <[email protected]>2020-02-21 15:16:07 -0800
committerDennis Zhou <[email protected]>2020-03-05 13:10:26 -0800
commit15617dffa387d2d80eefb9935c3a3985c4021090 (patch)
tree85b3c85916949f9b851d50936dc473a3491bf448 /scripts/bpf_helpers_doc.py
parent98d54f81e36ba3bf92172791eba5ca5bd813989b (diff)
percpu_ref: Fix comment regarding percpu_ref_init flags
The comment for percpu_ref_init() implies that using PERCPU_REF_ALLOW_REINIT will cause the refcount to start at 0. But this is not true. PERCPU_REF_ALLOW_REINIT starts the count at 1 as if the flags were zero. Add this fact to the kernel doc comment. Signed-off-by: Ira Weiny <[email protected]> [Dennis: reworded] Signed-off-by: Dennis Zhou <[email protected]>
Diffstat (limited to 'scripts/bpf_helpers_doc.py')
0 files changed, 0 insertions, 0 deletions