Page MenuHomeFreeBSD

if.c: no need for trylock
ClosedPublic

Authored by bz on May 26 2016, 1:48 PM.
Tags
None
Referenced Files
F149392881: D6578.id.diff
Tue, Mar 24, 3:59 AM
Unknown Object (File)
Thu, Mar 19, 7:41 PM
Unknown Object (File)
Feb 20 2026, 10:13 AM
Unknown Object (File)
Feb 17 2026, 8:45 PM
Unknown Object (File)
Feb 14 2026, 5:29 PM
Unknown Object (File)
Feb 8 2026, 12:46 PM
Unknown Object (File)
Dec 5 2025, 8:49 AM
Unknown Object (File)
Dec 5 2025, 8:49 AM
Subscribers

Details

Summary

In if_attachdomain1() there does not seem to be any reason
to use TRYLOCK rather than just acquire the lock.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bz retitled this revision from to if.c: no need for trylock.
bz updated this object.
bz edited the test plan for this revision. (Show Details)
bz added reviewers: gnn, markj, rwatson.
bz set the repository for this revision to rS FreeBSD src repository - subversion.
bz added a subscriber: network.
markj edited edge metadata.

LGTM. I can't see any reason based on the history of the change that introduced this.

This revision is now accepted and ready to land.May 26 2016, 8:28 PM
This revision was automatically updated to reflect the committed changes.