To reduce static bloat. No functional change intended.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 51215 Build 48106: arc lint + arc unit
Event Timeline
sys/kern/vfs_bio.c | ||
---|---|---|
121 | The comment should perhaps be moved to the allocation? It's really justifying the +1 or mp_maxid + 2 IMO? |
sys/kern/vfs_bio.c | ||
---|---|---|
121 | No, it needs +2, since bd_subq[mp_maxid] is populated by maxid cpu queue. |
sys/kern/vfs_bio.c | ||
---|---|---|
121 | I just meant that the comment is explaining why it's +1 (in main now) or +2 (with mark's change) and should go at line 1917 |