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

Liu Yuan namei.unix at gmail.com
Thu Jul 12 10:44:26 CEST 2012


On 07/11/2012 02:42 PM, levin li wrote:
> +int objlist_cache_delete(uint32_t vid)
> +{
> +	struct objlist_deletion_work *ow;
> +
> +	ow = zalloc(sizeof(*ow));

Use xzalloc()

Thanks,
Yuan




More information about the sheepdog mailing list