Re: [PATCH v5 00/10] io_uring: add mkdir, [sym]linkat and mknodat support
From: Dmitry Kadashev <hidden>
Date: 2021-06-23 05:35:22
Also in:
linux-fsdevel
From: Dmitry Kadashev <hidden>
Date: 2021-06-23 05:35:22
Also in:
linux-fsdevel
On Tue, Jun 22, 2021 at 6:56 PM Pavel Begunkov [off-list ref] wrote:
On 6/3/21 6:18 AM, Dmitry Kadashev wrote:quoted
This started out as an attempt to add mkdirat support to io_uring which is heavily based on renameat() / unlinkat() support. During the review process more operations were added (linkat, symlinkat, mknodat) mainly to keep things uniform internally (in namei.c), and with things changed in namei.c adding support for these operations to io_uring is trivial, so that was done too. See https://lore.kernel.org/io-uring/20210514145259.wtl4xcsp52woi6ab@wittgenstein/ (local)io_uring part looks good in general, just small comments. However, I believe we should respin it, because there should be build problems in the middle.
I knew my celebration was premature! :) -- Dmitry Kadashev