From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: [PATCH] remove outdated sentence from Documentation/filesystems/Locking Date: Thu, 25 Sep 2008 02:16:08 +0200 Message-ID: <20080925001608.GA16409@lst.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-fsdevel@vger.kernel.org To: torvalds@osdl.org Return-path: Received: from verein.lst.de ([213.95.11.210]:58381 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752061AbYIYAQn (ORCPT ); Wed, 24 Sep 2008 20:16:43 -0400 Content-Disposition: inline Sender: linux-fsdevel-owner@vger.kernel.org List-ID: All loop filesystem requests are done from a dedicated kthread for quite a while, so the comment about aops called from the request handler are untrue. Signed-off-by: Christoph Hellwig Index: linux-2.6/Documentation/filesystems/Locking =================================================================== --- linux-2.6.orig/Documentation/filesystems/Locking 2008-09-25 02:14:13.000000000 +0200 +++ linux-2.6/Documentation/filesystems/Locking 2008-09-25 02:14:36.000000000 +0200 @@ -191,9 +191,6 @@ releasepage: no yes direct_IO: no launder_page: no yes - ->prepare_write(), ->commit_write(), ->sync_page() and ->readpage() -may be called from the request handler (/dev/loop). - ->readpage() unlocks the page, either synchronously or via I/O completion.