[PATCH v7 02/19] cachefiles: notify user daemon with anon_fd when looking up cookie

JeffleXu jefflexu at linux.alibaba.com
Sat Apr 2 16:32:27 AEDT 2022



On 3/31/22 7:57 PM, Jeffle Xu wrote:
>  
> +	ret = cachefiles_ondemand_init_object(object);
> +	if (ret < 0) {
> +		file = ERR_PTR(ret);
> +		goto out_unuse;
> +	}
> +

Sorry, this patch really depends on [1] which introduces "out_unuse" label.

[1] https://www.spinics.net/lists/linux-cachefs/msg05972.html


My git branch has already contained this commit [2].

[2]
https://github.com/lostjeffle/linux/commit/3c71705e777fa75d37f784640a232db14ce62c31


-- 
Thanks,
Jeffle


More information about the Linux-erofs mailing list