Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 12 Jul 2002 13:51:59 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 12 Jul 2002 13:51:58 -0400 Received: from pD9E235D3.dip.t-dialin.net ([217.226.53.211]:34437 "EHLO hawkeye.luckynet.adm") by vger.kernel.org with ESMTP id ; Fri, 12 Jul 2002 13:51:57 -0400 Date: Fri, 12 Jul 2002 11:53:22 -0600 (MDT) From: Thunder from the hill X-X-Sender: thunder@hawkeye.luckynet.adm To: Roman Zippel cc: Thunder from the hill , Dawson Engler , Linux Kernel Mailing List , Subject: Re: [CHECKER] 56 potential lock/unlock bugs in 2.5.8 In-Reply-To: Message-ID: X-Location: Potsdam; Germany 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 Content-Length: 892 Lines: 33 Hi, On Fri, 12 Jul 2002, Roman Zippel wrote: > Please drop this patch, it's impossible to hit this problem and I have a > better patch for this. You mean static inline int affs_rmdir(struct inode *dir, struct dentry *dentry) { int res; lock_kernel(); res = affs_remove_header(dentry); unlock_kernel(); return res; } Regards, Thunder -- (Use http://www.ebb.org/ungeek if you can't decode) ------BEGIN GEEK CODE BLOCK------ Version: 3.12 GCS/E/G/S/AT d- s++:-- a? C++$ ULAVHI++++$ P++$ L++++(+++++)$ E W-$ N--- o? K? w-- O- M V$ PS+ PE- Y- PGP+ t+ 5+ X+ R- !tv b++ DI? !D G e++++ h* r--- y- ------END GEEK CODE BLOCK------ - 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/