[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <11bb4271-8a87-945f-96ef-be3a1acd01a5@linux.alibaba.com>
Date: Sat, 2 Apr 2022 13:32:27 +0800
From: JeffleXu <jefflexu@...ux.alibaba.com>
To: dhowells@...hat.com, linux-cachefs@...hat.com, xiang@...nel.org,
chao@...nel.org, linux-erofs@...ts.ozlabs.org
Cc: torvalds@...ux-foundation.org, gregkh@...uxfoundation.org,
willy@...radead.org, linux-fsdevel@...r.kernel.org,
joseph.qi@...ux.alibaba.com, bo.liu@...ux.alibaba.com,
tao.peng@...ux.alibaba.com, gerry@...ux.alibaba.com,
eguan@...ux.alibaba.com, linux-kernel@...r.kernel.org,
luodaowen.backend@...edance.com, tianzichen@...ishou.com,
fannaihao@...du.com
Subject: Re: [PATCH v7 02/19] cachefiles: notify user daemon with anon_fd when
looking up cookie
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
Powered by blists - more mailing lists