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)
Thu, Mar 12, 1:30 PM
Unknown Object (File)
Wed, Mar 11, 10:07 PM
Unknown Object (File)
Tue, Mar 10, 11:58 AM
Unknown Object (File)
Sat, Mar 7, 10:41 AM
Unknown Object (File)
Sat, Mar 7, 4:53 AM
Unknown Object (File)
Wed, Mar 4, 12:00 AM
Unknown Object (File)
Wed, Feb 25, 11:55 PM
Unknown Object (File)
Feb 8 2026, 6:18 AM

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 Not Applicable
Unit
Tests Not Applicable

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