On Tue, 2024-01-16 at 12:23 +0100, Martin Wilck wrote: > > I would prefer to keep AUTO_RESIZE_UNDEF and DEFAULT_AUTO_RESIZE and > just change the condition in uev_update_path() from "auto_resize != > AUTO_RESIZE_NEVER" to "(auto_resize == AUTO_RESIZE_GROW_ONLY || > auto_resize == AUTO_RESIZE_GROW_SHRINK)", unless you have strong > reasons not to do so. ... and if we do it this way, conf->auto_resize should be initialized to DEFAULT_AUTO_RESIZE in _init_config(). Martin