Files
linux/fs
David Howells bb41348928 afs: Fix non-setting of mtime when writing into mmap
The mtime on an inode needs to be updated when a write is made into an
mmap'ed section.  There are three ways in which this could be done: update
it when page_mkwrite is called, update it when a page is changed from dirty
to writeback or leave it to the server and fix the mtime up from the reply
to the StoreData RPC.

Found with the generic/215 xfstest.

Fixes: 1cf7a1518a ("afs: Implement shared-writeable mmap")
Signed-off-by: David Howells <dhowells@redhat.com>
2020-06-15 15:41:02 +01:00
..
2020-03-27 09:29:56 +00:00
2020-05-14 16:44:25 +02:00
2020-05-14 16:44:24 +02:00
2020-05-14 16:44:24 +02:00
2020-04-09 15:33:09 -04:00