From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965145AbWILJXH (ORCPT ); Tue, 12 Sep 2006 05:23:07 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S965158AbWILJXH (ORCPT ); Tue, 12 Sep 2006 05:23:07 -0400 Received: from embla.aitel.hist.no ([158.38.50.22]:12263 "HELO embla.aitel.hist.no") by vger.kernel.org with SMTP id S965145AbWILJXE (ORCPT ); Tue, 12 Sep 2006 05:23:04 -0400 Message-ID: <45067BAF.8070603@aitel.hist.no> Date: Tue, 12 Sep 2006 11:19:43 +0200 From: Helge Hafting User-Agent: Thunderbird 1.5.0.5 (X11/20060812) MIME-Version: 1.0 To: Andy Whitcroft CC: Andrew Morton , James.Bottomley@SteelEye.com, linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org Subject: Re: [PATCH] BODGE scsi misc module reference count checks with no MODULE_UNLOAD References: <45067632.4020906@shadowen.org> <20060912090223.GA31576@shadowen.org> In-Reply-To: <20060912090223.GA31576@shadowen.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Andy Whitcroft wrote: > BODGE scsi misc module reference count checks with no MODULE_UNLOAD > > A quick bodge to try and get this to compile for testing. > > Signed-off-by: Andy Whitcroft Thanks, this was necessary to compile a non-modular kernel. Helge Hafting