[sheepdog] [PATCH 3/3] object list cache: reclaim object list cache when receiving a deletion event.

Liu Yuan namei.unix at gmail.com
Wed Jul 11 05:07:27 CEST 2012


On 07/11/2012 10:20 AM, levin li wrote:
> +struct objlist_reclaim_work {
> +	uint32_t vid;
> +	struct work work;
> +};

It is not reclaim, which is a jargon used for cache entry that is
evicted because of not enough space, so better s/reclaim/delete

Thanks,
Yuan



More information about the sheepdog mailing list