]> git.ipfire.org Git - thirdparty/linux.git/commit
io_uring/fs: check unused sqe fields for unlinkat
authorYi Xie <xieyi@kylinos.cn>
Tue, 14 Jul 2026 03:03:06 +0000 (11:03 +0800)
committerJens Axboe <axboe@kernel.dk>
Tue, 14 Jul 2026 19:18:11 +0000 (13:18 -0600)
commitcc609376e9a43166a2fba2aef6c5f9ea262ce722
tree232c0a72d7a5b7332fef093e0dfb2a6e11875e9b
parentf1596ba3e6b390aa0fef8466afce44efecf39d8d
io_uring/fs: check unused sqe fields for unlinkat

Zero check unused SQE fields addr3 and pad2 for unlinkat. They're
not needed now, but could be used sometime in the future.

Signed-off-by: Yi Xie <xieyi@kylinos.cn>
Reviewed-by: Gabriel Krisman Bertazi <krisman@suse.de>
Link: https://patch.msgid.link/20260714030306.64820-1-xieyi@kylinos.cn
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/fs.c