Re: Timestamp of file modified through mmap are not changed in 2.6

2005-04-08 Thread Alexander Nyberg
> Timestamp of file modified through mmap are not changed in 2.6 (even > after msync()). Observations on 2.4 and 2.6 kernels: > - on 2.4, timestamps are altered a few seconds after the program exits. > - on 2.6, timestamps are never altered. > > Is this behaviour

Timestamp of file modified through mmap are not changed in 2.6

2005-04-08 Thread Xavier Roche
Timestamp of file modified through mmap are not changed in 2.6 (even after msync()). Observations on 2.4 and 2.6 kernels: - on 2.4, timestamps are altered a few seconds after the program exits. - on 2.6, timestamps are never altered. Is this behaviour a normal behaviour ? Program example to