Re: [PATCH v6 9/9] tmpfs: add support for multigrain timestamps

2024-07-17 Thread Jan Kara
On Mon 15-07-24 08:49:00, Jeff Layton wrote: > Enable multigrain timestamps, which should ensure that there is an > apparent change to the timestamp whenever it has been written after > being actively observed via getattr. > > tmpfs only requires the FS_MGTIME flag. > > Reviewed-by: Josef Bacik

[PATCH v6 9/9] tmpfs: add support for multigrain timestamps

2024-07-15 Thread Jeff Layton
Enable multigrain timestamps, which should ensure that there is an apparent change to the timestamp whenever it has been written after being actively observed via getattr. tmpfs only requires the FS_MGTIME flag. Reviewed-by: Josef Bacik Signed-off-by: Jeff Layton --- mm/shmem.c | 2 +- 1 file