From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: [RFC][PATCH 0/9] File descriptor hot-unplug support Date: Tue, 14 Apr 2009 16:45:33 +0900 Message-ID: <49E43F1D.3070400@kernel.org> References: <49E4000E.10308@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Andrew Morton , linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org, linux-mm@kvack.org, linux-fsdevel@vger.kernel.org, Al Viro , Hugh Dickins , Alexey Dobriyan , Linus Torvalds , Alan Cox , Greg Kroah-Hartman To: "Eric W. Biederman" Return-path: In-Reply-To: Sender: owner-linux-mm@kvack.org List-Id: linux-fsdevel.vger.kernel.org Eric W. Biederman wrote: > Do you know of a case where we actually have multiple tasks accessing > a file simultaneously? I don't have anything at hand but multithread/process server accepting on the same socket comes to mind. I don't think it would be a very rare thing. If you confine the scope to character devices or sysfs, it could be quite rare tho. > I just instrumented up my patch an so far the only case I have found > are multiple processes closing the same file. Some weird part of > bash forking extra processes. Hmmm... Thanks. -- tejun -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org