io_uring: remove a confusing comment above io_file_get_flags
authorChristoph Hellwig <hch@lst.de>
Tue, 20 Jun 2023 11:32:30 +0000 (13:32 +0200)
committerJens Axboe <axboe@kernel.dk>
Tue, 20 Jun 2023 15:36:22 +0000 (09:36 -0600)
commitb57c7cd1c17616ae9db5614525ba703f384afd05
treee5a695609693f8f5bf5a9e1a4ada60e20ca2e381
parent53cfd5cea7f36bac7f3d45de4fea77e0c8d57aee
io_uring: remove a confusing comment above io_file_get_flags

The SCM inflight mechanism has nothing to do with the fact that a file
might be a regular file or not and if it supports non-blocking
operations.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20230620113235.920399-4-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/io_uring.c