From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sat, 27 Oct 2001 14:26:27 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sat, 27 Oct 2001 14:26:16 -0400 Received: from leibniz.math.psu.edu ([146.186.130.2]:13013 "EHLO math.psu.edu") by vger.kernel.org with ESMTP id ; Sat, 27 Oct 2001 14:26:13 -0400 Date: Sat, 27 Oct 2001 14:26:48 -0400 (EDT) From: Alexander Viro To: alain@linux.lu cc: Linus Torvalds , Richard Gooch , linux-kernel@vger.kernel.org Subject: Re: Poor floppy performance in kernel 2.4.10 In-Reply-To: <200110271800.f9RI0M803440@hitchhiker.org.lu> Message-ID: 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 BTW, here's one more devfs rmmod race: check_disk_changed() in fs/devfs/base.c. Calling ->check_media_change() with no protection whatsoever. If rmmod happens at that point...