All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christoph Hellwig <hch@lst.de>
To: axboe@kernel.dk
Cc: io-uring@vger.kernel.org
Subject: __io_file_supports_nowait for regular files
Date: Thu, 21 Jul 2022 17:37:40 +0200	[thread overview]
Message-ID: <20220721153740.GA5900@lst.de> (raw)

Hi Jens,

is there any good reason __io_file_supports_nowait checks the
blk_queue_nowait flag for regular files?  The FMODE_NOWAIT is set
for regular files that support nowait I/O, and should be all that
is needed.  Even with a block device that does not nonblocking
I/O some thing like reading from the page cache can be done
non-blocking.

             reply	other threads:[~2022-07-21 15:39 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-21 15:37 Christoph Hellwig [this message]
2022-07-21 15:59 ` __io_file_supports_nowait for regular files Jens Axboe
2022-07-21 16:23   ` Christoph Hellwig
2022-07-21 18:46     ` Jens Axboe
2022-07-22 15:59       ` Christoph Hellwig

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=20220721153740.GA5900@lst.de \
    --to=hch@lst.de \
    --cc=axboe@kernel.dk \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.