From mboxrd@z Thu Jan 1 00:00:00 1970 From: Josef Sipek Subject: Re: [PATCH] unionfs: sioq not __exit Date: Mon, 19 Mar 2007 19:20:07 -0400 Message-ID: <20070319232007.GA25181@filer.fsl.cs.sunysb.edu> References: <20070319152226.075c83e1.randy.dunlap@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: unionfs@filesystems.org, linux-fsdevel@vger.kernel.org, akpm To: Randy Dunlap Return-path: Received: from filer.fsl.cs.sunysb.edu ([130.245.126.2]:44112 "EHLO filer.fsl.cs.sunysb.edu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1030722AbXCSXUZ (ORCPT ); Mon, 19 Mar 2007 19:20:25 -0400 Content-Disposition: inline In-Reply-To: <20070319152226.075c83e1.randy.dunlap@oracle.com> Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Mon, Mar 19, 2007 at 03:22:26PM -0700, Randy Dunlap wrote: > From: Randy Dunlap > > stop_sioq() is called from both __init and __exit functions, so it > shouldn't be marked __exit. > > Reported on the kernelnewbies mailing list, but no patch offered there. > > Signed-off-by: Randy Dunlap Applied. Thanks. Josef "Jeff" Sipek. -- Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it. - Brian W. Kernighan