Miklos Szeredi <miklos@xxxxxxxxxx> wrote: > +static const bool ovl_redirect_follow_def = > + IS_ENABLED(CONFIG_OVERLAY_FS_REDIRECT_ALWAYS_FOLLOW); This would be better as a #def'd constant rather than a constant variable so that it can be used to optimise stuff away and so that it won't take up .rodata space. David -- To unsubscribe from this list: send the line "unsubscribe linux-unionfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html