[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251216035518.4037331-45-viro@zeniv.linux.org.uk>
Date: Tue, 16 Dec 2025 03:55:03 +0000
From: Al Viro <viro@...iv.linux.org.uk>
To: linux-fsdevel@...r.kernel.org
Cc: torvalds@...ux-foundation.org,
brauner@...nel.org,
jack@...e.cz,
mjguzik@...il.com,
paul@...l-moore.com,
axboe@...nel.dk,
audit@...r.kernel.org,
io-uring@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [RFC PATCH v3 44/59] io_openat2(): use CLASS(filename_complete_delayed)
Signed-off-by: Al Viro <viro@...iv.linux.org.uk>
---
io_uring/openclose.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/io_uring/openclose.c b/io_uring/openclose.c
index 95fcb612ad9c..15da7f3aa37b 100644
--- a/io_uring/openclose.c
+++ b/io_uring/openclose.c
@@ -118,7 +118,7 @@ int io_openat2(struct io_kiocb *req, unsigned int issue_flags)
struct file *file;
bool resolve_nonblock, nonblock_set;
bool fixed = !!open->file_slot;
- struct filename *name __free(putname) = complete_getname(&open->filename);
+ CLASS(filename_complete_delayed, name)(&open->filename);
int ret;
ret = build_open_flags(&open->how, &op);
--
2.47.3
Powered by blists - more mailing lists