Commit 25db5e7
bpf: Fix bpf_seq_read docs for increased buffer size
Commit af65320 ("bpf: Bump iter seq size to support BTF
representation of large data structures") increased the fixed buffer
size from PAGE_SIZE to PAGE_SIZE << 3, but the docs for the function
didn't get updated at the same time. Update them.
Fixes: af65320 ("bpf: Bump iter seq size to support BTF representation of large data structures")
Signed-off-by: T.J. Mercier <[email protected]>1 parent 6ba2fc1 commit 25db5e7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
0 commit comments