Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964836AbVJMA1p (ORCPT ); Wed, 12 Oct 2005 20:27:45 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S964838AbVJMA1p (ORCPT ); Wed, 12 Oct 2005 20:27:45 -0400 Received: from mail.shareable.org ([81.29.64.88]:5602 "EHLO mail.shareable.org") by vger.kernel.org with ESMTP id S964835AbVJMA1o (ORCPT ); Wed, 12 Oct 2005 20:27:44 -0400 Date: Thu, 13 Oct 2005 01:27:26 +0100 From: Jamie Lokier To: Mikulas Patocka Cc: Jeff Mahoney , Anton Altaparmakov , Glauber de Oliveira Costa , linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, ext2-devel@lists.sourceforge.net, hirofumi@mail.parknet.co.jp, linux-ntfs-dev@lists.sourceforge.net, aia21@cantab.net, hch@infradead.org, viro@zeniv.linux.org.uk, akpm@osdl.org Subject: Re: [PATCH] Use of getblk differs between locations Message-ID: <20051013002726.GG23770@mail.shareable.org> References: <1129017155.12336.4.camel@imp.csi.cam.ac.uk> <434D6932.1040703@suse.com> <434D6CFA.4080802@suse.com> <20051013000921.GD23770@mail.shareable.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 785 Lines: 18 Mikulas Patocka wrote: > That is possible ... you must also make sure that you do not hold an > important semaphore while waiting for some removable device (auditing VFS > for this will be a bit harder...) If any filesystem is holding any _global_ semaphores while waiting for an I/O to complete - that's a major bug already. Activity which may take a long time due to slow I/O on one filesystem shouldn't block activity on other, unrelated filesystems, apart from global resource competition such as numbers of dirty pages... -- Jamie - 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/