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

From: JeffleXu
Date: Sat Apr 02 2022 - 01:32:39 EST




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