- In ffs_softdep.c, various dependency completion routines are documented as blocking splbio.
- In smbfs we don't need splbio to modify the buf, which must be locked.
Details
Details
- Reviewers
kib mckusick - Commits
- rS349419: Remove references to splbio in ffs_softdep.c.
Diff Detail
Diff Detail
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 25034 Build 23748: arc lint + arc unit
Event Timeline
Comment Actions
Simply deleting the comments about splbio is fine. It might be helpful to change the comment to say `Called with the soft update lock held.' In many places the lock ownership is asserted which may be sufficient, or perhaps the assertion should be added where it is not already there.