public inbox for io-uring@vger.kernel.org
 help / color / mirror / Atom feed
From: Jacob Thompson <jacobT@beta.pyu.ca>
To: <io-uring@vger.kernel.org>
Subject: statx can't used fixed file?
Date: Tue,  7 Oct 2025 02:15:54 -0400 (EDT)	[thread overview]
Message-ID: <20251007061554.74792140672@vultr155> (raw)

I'm having a hard time telling which opcodes can use a fixed file. I assume all would?
I don't see 'read' explicitly saying it supports it, but it ran fine.
I'm able to open a file (normal call) and use IORING_OP_STATX with AT_EMPTY_PATH to get the file size.
When I try to use openat and use a fixed file it no longer works. Is this unsupported?
I don't see "sqe->flags |= IOSQE_FIXED_FILE;" in the statx test, I'm assuming if I don't see a test for it, it's likely not supported?

                 reply	other threads:[~2025-10-07  6:15 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20251007061554.74792140672@vultr155 \
    --to=jacobt@beta.pyu.ca \
    --cc=io-uring@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox