Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 25 Feb 2002 16:02:57 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 25 Feb 2002 16:02:48 -0500 Received: from mustard.heime.net ([194.234.65.222]:7853 "EHLO mustard.heime.net") by vger.kernel.org with ESMTP id ; Mon, 25 Feb 2002 16:02:36 -0500 Date: Mon, 25 Feb 2002 22:01:47 +0100 (CET) From: Roy Sigurd Karlsbakk To: Zwane Mwaikambo cc: Linux Kernel , Subject: Re: [DRIVER][RFC] SC1200 Watchdog driver In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org > > Will this driver shut off the watchdog when /dev/watchdog is closed, or > > does it require an explicit shutdown message like Jakob Oestergaard's > > sbc60xxwdt driver? > > Depends on wether CONFIG_WATCHDOG_NOWAYOUT is specified. problem is - I want to be able to explicitly close it, like Jakob's variant is. Isn't this a functionality everyone would like? Think about it - like - if a server of some reason uses long time to umount its filesystems. Would it be a good thing if the server just reboots in the middle of a umount? I think not. I beleive Jakob's solution is quite a bit better, and it shouldn't be _too_ hard to add those extra lines of code. Btw: I'm implementing Jakob's way on the softdog ... patch coming later roy -- Roy Sigurd Karlsbakk, Datavaktmester Computers are like air conditioners. They stop working when you open Windows. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/