Page MenuHomeFreeBSD

LinuxKPI: implement timer_{delete,shutdown}_sync()
ClosedPublic

Authored by bz on May 16 2023, 9:11 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, May 4, 5:11 PM
Unknown Object (File)
Sat, May 4, 1:28 PM
Unknown Object (File)
Thu, May 2, 4:24 PM
Unknown Object (File)
Wed, May 1, 11:40 PM
Unknown Object (File)
Wed, May 1, 9:16 PM
Unknown Object (File)
Wed, May 1, 9:16 PM
Unknown Object (File)
Wed, May 1, 9:14 PM
Unknown Object (File)
Wed, May 1, 8:40 PM

Details

Summary

Implement timer_{delete,shutdown}_sync(), which do not seem to require
anything additional to the already existing del_timer_sync().

Sponsored by: The FreeBSD Foundation
MFC after: 10 days

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 51516
Build 48407: arc lint + arc unit

Event Timeline

bz requested review of this revision.May 16 2023, 9:11 PM

Why not just call del_timer_sync() instead of copying the code?

Rather than duplicating code, call what's there already as suggested by @hselasky.

This revision is now accepted and ready to land.Jun 9 2023, 12:48 PM