On Wed, Mar 22, 2023 at 9:08 AM Amir Goldstein <amir73il@xxxxxxxxx> wrote: > > On Wed, Mar 22, 2023 at 8:51 AM Chung-Chiang Cheng <cccheng@xxxxxxxxxxxx> wrote: > > > > The fsnotify ACCESS and MODIFY event are missing when manipulating a file > > with splice(2). > > Jens, Jan, FYI, I've audited aio routines and found that fsnotify_access()/modify() are also missing in aio_complete_rw() and in io_complete_rw_iopoll() (io_req_io_end() should be called?). I am not using/testing aio/io_uring usually, so I wasn't planning on sending a patch any time soon. I'll get to it someday. Just wanted to bring this to public attention in case someone is interested in testing/fixing. Thanks, Amir.