- Remove the reassignbufcalls sysctl. As the 20-year old comment above it indicates, it does not seem very useful. Also it is not precise and hurts scalability. getnewbufcalls was converted to counter(9), and we could do that here too, but the utility of the counter seems pretty dubious to begin with.
- Convert some panic() calls into KASSERTs. The pctrie code will panic if it fails to locate the specified key during deletion, so we get some protection if the buf is not present.
Details
Details
Diff Detail
Diff Detail
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 32784 Build 30216: arc lint + arc unit