Page MenuHomeFreeBSD

if.c: no need for trylock
ClosedPublic

Authored by bz on May 26 2016, 1:48 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Aug 29, 3:02 AM
Unknown Object (File)
Fri, Aug 28, 11:32 PM
Unknown Object (File)
Wed, Aug 26, 8:40 PM
Unknown Object (File)
Sat, Aug 22, 3:23 PM
Unknown Object (File)
Sat, Aug 22, 8:22 AM
Unknown Object (File)
Fri, Aug 21, 3:35 PM
Unknown Object (File)
Thu, Aug 20, 9:02 PM
Unknown Object (File)
Tue, Aug 11, 11:31 PM
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

Lint
Lint Skipped
Unit
Tests Skipped

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.