On Tue, 20 Aug 2024 at 23:18, Bernd Schubert <bschubert@xxxxxxx> wrote: > > This is to update attributes on open to achieve close-to-open > coherency even if an inode has a attribute cache timeout. > > Signed-off-by: Bernd Schubert <bschubert@xxxxxxx> > > --- > libfuse patch: > https://github.com/libfuse/libfuse/pull/1020 > (FUSE_OPENDIR_GETATTR still missing at time of writing) > > Note: This does not make use of existing atomic-open patches > as these are more complex than two new opcodes for open-getattr. The format of the requests would be very similar to the atomic open ones, right? Thanks, Miklos