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)
Tue, Apr 23, 5:23 AM
Unknown Object (File)
Mon, Apr 22, 10:00 PM
Unknown Object (File)
Jan 10 2024, 9:46 PM
Unknown Object (File)
Jan 10 2024, 2:13 AM
Unknown Object (File)
Nov 9 2023, 8:55 AM
Unknown Object (File)
Nov 7 2023, 7:16 PM
Unknown Object (File)
Nov 4 2023, 4:01 AM
Unknown Object (File)
Oct 28 2023, 7:27 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 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