Re: [PATCH] documentation mm.h + swap.h

2001-03-09 Thread Rik van Riel
On Fri, 9 Mar 2001, Philipp Rumpf wrote: > On Thu, Mar 08, 2001 at 06:10:16PM -0300, Rik van Riel wrote: > > --- linux-2.4.2-doc/include/linux/mm.h.orig Wed Mar 7 15:36:32 2001 > > +++ linux-2.4.2-doc/include/linux/mm.h Thu Mar 8 09:54:22 2001 > > @@ -39,32 +39,37 @@ > > * library, the ex

Re: [PATCH] documentation mm.h + swap.h

2001-03-09 Thread Rik van Riel
On Fri, 9 Mar 2001, Anton Altaparmakov wrote: > 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,

Re: [PATCH] documentation mm.h + swap.h

2001-03-09 Thread Philipp Rumpf
On Thu, Mar 08, 2001 at 06:10:16PM -0300, Rik van Riel wrote: > --- linux-2.4.2-doc/include/linux/mm.h.orig Wed Mar 7 15:36:32 2001 > +++ linux-2.4.2-doc/include/linux/mm.hThu Mar 8 09:54:22 2001 > @@ -39,32 +39,37 @@ > * library, the executable area etc). > */ > struct vm_area_st

Re: [PATCH] documentation mm.h + swap.h

2001-03-08 Thread Anton Altaparmakov
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)? >

[PATCH] documentation mm.h + swap.h

2001-03-08 Thread Rik van Riel
Hi, I've changed the documentation of mm.h according to the feedback I got about it yesterday and today and have added documentation for swap.h Tomorrow (or maybe even this evening) I will try to write some more documentation, for other header files with MM structures... regards, Rik -- Linux