Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 7 Apr 2002 13:30:05 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 7 Apr 2002 13:30:04 -0400 Received: from pc3-camc5-0-cust13.cam.cable.ntl.com ([80.4.125.13]:23454 "EHLO fenrus.demon.nl") by vger.kernel.org with ESMTP id ; Sun, 7 Apr 2002 13:30:03 -0400 Date: Sun, 7 Apr 2002 18:27:40 +0100 Message-Id: <200204071727.g37HRet17641@fenrus.demon.nl> From: arjan@fenrus.demon.nl To: Alan Cox cc: linux-kernel@vger.kernel.org Subject: Re: Two fixes for 2.4.19-pre5-ac3 In-Reply-To: X-Newsgroups: fenrus.linux.kernel User-Agent: tin/1.5.8-20010221 ("Blue Water") (UNIX) (Linux/2.4.9-31 (i586)) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org In article you wrote: > This wants fixing in 2.5 too - basically > > static int (*afs_syscall)(...); > sys_afs_syscall(...) > { > if(afs_syscall) > return afs_syscall(....) > return -ENOSYS; > } I think it wants addin a lock around it vs module unload.... - 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/