commit | b3597945c8a78bd1c4ad7e7ed4f972fdf78650f1 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Thu Jun 11 21:50:24 2020 +0100 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Jun 11 16:04:30 2020 -0700 |
tree | d43cbd13d61a0855ff47b701f7bf8d7160bf4489 | |
parent | 6a45a65888393eda692fce0851c40d9f5ce4ef66 [diff] |
afs: Fix afs_store_data() to set mtime in new operation descriptor Fix afs_store_data() so that it sets the mtime in the new operation descriptor otherwise the mtime on the server gets set to 0 when a write is stored to the server. Fixes: e49c7b2f6de7 ("afs: Build an abstraction around an "operation" concept") Reported-by: Dave Botsch <botsch@cnf.cornell.edu> Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>