On Fri, Apr 18, 2025 at 04:15:55PM +0530, Nilay Shroff wrote: > } > + > + if (head->delayed_shutdown_sec) > + return true; > + Please add a comment explaining this check, but otherwise that sounds fine. Your text below is a good start for that.