Re: [PATCH v2 4/8] refs: unregister reference stores from "chdir_notify"
From: Justin Tobler <hidden>
Date: 2026-06-17 18:07:46
From: Justin Tobler <hidden>
Date: 2026-06-17 18:07:46
On 26/06/17 01:02PM, Justin Tobler wrote:
On 26/06/15 03:56PM, Patrick Steinhardt wrote:quoted
Note that this requires us to use `chdir_notify_register()` instead of `chdir_notify_reparent()`, as there is no infrastructure to unregister the latter. It ultimately doesn't matter much though: in a subsequent commit we'll drop this infrastructure completely. We merely require this step here so that we can fix the memory leaks ahead of time.Since this version of the series dropped the last patch which stopped using `chdir_notify_reparent()`, does the log message here need to be updated?
After looking at the next patch, I realized we are referring to just the `chdir_notify_reparent()` function here which is no longer used. The current log message makes sense. -Justin