public inbox for [email protected]
 help / color / mirror / Atom feed
* fsync with SETUP_IOPOLL and SETUP_SQPOLL
@ 2020-03-10  1:31 Ashlie Martinez
  2020-03-10 13:22 ` Jens Axboe
  0 siblings, 1 reply; 2+ messages in thread
From: Ashlie Martinez @ 2020-03-10  1:31 UTC (permalink / raw)
  To: io-uring

Hello,

I am playing around with some of the newer io_uring features on kernel
5.6-rc4 and I was curious why fsync always returns EINVAL when the
SETUP_IOPOLL flag is set when running on a file system (in my case xfs
since it supports iopoll). Is this because you expect all changes to
already be persisted on disk already? Do the assumptions change if for
this if one is using a file system rather than a raw block device (ex.
would I also need to use O_SYNC in addition to O_DIRECT at file-open
time)?

I am not super familiar with io_uring and how it interacts with file
systems vs. block devices, so any insights would be appreciated.

Thanks,
Ashlie Martinez

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-03-10 13:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-10  1:31 fsync with SETUP_IOPOLL and SETUP_SQPOLL Ashlie Martinez
2020-03-10 13:22 ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox