Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 8 Mar 2001 19:39:35 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 8 Mar 2001 19:39:25 -0500 Received: from green.csi.cam.ac.uk ([131.111.8.57]:18339 "EHLO green.csi.cam.ac.uk") by vger.kernel.org with ESMTP id ; Thu, 8 Mar 2001 19:39:18 -0500 Message-Id: <5.0.2.1.2.20010309003257.00abeac0@pop.cus.cam.ac.uk> X-Mailer: QUALCOMM Windows Eudora Version 5.0.2 Date: Fri, 09 Mar 2001 00:39:40 +0000 To: Rik van Riel From: Anton Altaparmakov Subject: Re: [PATCH] documentation mm.h + swap.h Cc: , In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org At 21:10 08/03/2001, Rik van Riel wrote: >+ * There is also a hash table mapping (inode,offset) to the page >+ * in memory if present. The lists for this hash table use the fields >+ * page->next_hash and page->pprev_hash. Shouldn't (inode,offset) be (inode,index), or possibly (mapping,index)? >+ * For choosing which pages to swap out, inode pages carry a >+ * PG_referenced bit, which is set any time the system accesses >+ * that page through the (inode,offset) hash table. This referenced And here, too? I know these are small details, but just for completeness sake... Best regards, Anton -- Anton Altaparmakov (replace at with @) Linux NTFS Maintainer / WWW: http://sourceforge.net/projects/linux-ntfs/ ICQ: 8561279 / WWW: http://www-stu.christs.cam.ac.uk/~aia21/ - 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/