[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20150929163716.ceb15ecfa9235f2175c419d5@linux-foundation.org>
Date: Tue, 29 Sep 2015 16:37:16 -0700
From: Andrew Morton <akpm@...ux-foundation.org>
To: Ulrich Obergfell <uobergfe@...hat.com>
Cc: linux-kernel@...r.kernel.org, dzickus@...hat.com,
atomlin@...hat.com
Subject: Re: [PATCH 2/5] watchdog: move watchdog_disable_all_cpus() outside
of ifdef
On Mon, 28 Sep 2015 22:44:09 +0200 Ulrich Obergfell <uobergfe@...hat.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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists