Re: [PATCH] tmpfs: keep a reference to memory objects

2010-08-26 Thread Samuel Thibault
Hello, Sergio Lopez, le Wed 19 May 2010 17:02:22 +0200, a écrit : > - 02tmpfs_memref.patch: Keep a reference to the memory object. This > is better explained above. I have commited it. > - 01tmpfs_objectsize.patch: Create objects with size == vm_page_size, > since the default_pager d

Re: [PATCH] tmpfs: keep a reference to memory objects

2010-05-19 Thread Sergio Lopez
El Wed, 19 May 2010 10:37:21 +0200 escribió: > On Tue, May 18, 2010 at 04:21:14PM +0200, Sergio Lopez wrote: > > > This patch modifies tmpfs to keep a reference (by mapping it into > > its own space) to each memory object created by the user, so they > > don't get inmediately terminated at the en

Re: [PATCH] tmpfs: keep a reference to memory objects

2010-05-19 Thread olafBuddenhagen
Hi, On Tue, May 18, 2010 at 04:21:14PM +0200, Sergio Lopez wrote: > This patch modifies tmpfs to keep a reference (by mapping it into its > own space) to each memory object created by the user, so they don't get > inmediately terminated at the end of the current operation. Hm... Do I get it righ