On Wed, 2008-07-30 at 23:52 +0800, Yan Zheng wrote:
> Hello,
> 
> The memory reclaiming issue happens when snapshot exists. In that
> case, some cache entries may not be used during old snapshot dropping,
> so they will remain in the cache until umount. The patch adds a field
> to struct btrfs_leaf_ref to record create time. Besides, the patch
> makes all dead roots of a given snapshot linked together in order of
> create time. After a old snapshot was completely dropped, we check the
> dead root list and remove all cache entries created before the oldest
> dead root in the list.
> 

Hi Yan,

I think this is missing some hunks, it isn't compiling quite right:

/local/btree/extent-tree.c:1051: warning: passing argument 1 of
‘btrfs_alloc_leaf_ref’ makes pointer from integer without a cast
/local/btree/extent-tree.c:1051: error: too few arguments to function
‘btrfs_alloc_leaf_ref’

-chris


--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to