From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jamie Lokier Subject: Re: filesystem signal handling Date: Wed, 28 Apr 2004 20:28:35 +0100 Sender: linux-fsdevel-owner@vger.kernel.org Message-ID: <20040428192835.GA2836@mail.shareable.org> References: <1083097744.4780.20.camel@stevef95.austin.ibm.com> <1083165278.4694.12.camel@localhost.localdomain> <1083171946.2856.63.camel@lade.trondhjem.org> <1083172459.4694.27.camel@localhost.localdomain> <1083173539.2856.90.camel@lade.trondhjem.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: David Woodhouse , Steve French , linux-fsdevel@vger.kernel.org Return-path: Received: from mail.shareable.org ([81.29.64.88]:10880 "EHLO mail.shareable.org") by vger.kernel.org with ESMTP id S261648AbUD1TaM (ORCPT ); Wed, 28 Apr 2004 15:30:12 -0400 To: Trond Myklebust Content-Disposition: inline In-Reply-To: <1083173539.2856.90.camel@lade.trondhjem.org> List-Id: linux-fsdevel.vger.kernel.org Trond Myklebust wrote: > As for SIGINT vs SIGKILL - the only difference I can see is that the > former can be generated directly from the keyboard. The other difference is that SIGINT can be intercepted by the application to do cleanups or whatever; SIGKILL cannot. -- Jamie