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 doesn't properly support other values. > (object size will be virtually increased with successive calls to > default_pager_set_size). I'd rather commit this along the change in default_pager which explains which parts doesn't work yet with this, because as I understand the comments, not providing the full size at creation reduces some optimizations inside default_pager. That should probably be mentioned along this change. Samuel