On Mon, 28 Sep 2015 22:44:09 +0200 Ulrich Obergfell <uober...@redhat.com> wrote:
> It makes sense to place watchdog_{dis|enable}_all_cpus() outside of > the ifdef so that _both_ are available even if CONFIG_SYSCTL is not > defined. Not really. With CONFIG_SYSCTL=n this change will cause a compile warning and will bloat up vmlinux. I'll rewrite the changelog to : Move watchdog_disable_all_cpus() outside of the ifdef so that it is : available if CONFIG_SYSCTL is not defined. This is preparation for : "watchdog: implement error handling in update_watchdog_all_cpus() and : callers". -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/