commit | 36bb5f490a542f230beb982475b56d79d72033de | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Sat Oct 20 00:57:58 2018 +0100 |
committer | David Howells <dhowells@redhat.com> | Wed Oct 24 00:41:08 2018 +0100 |
tree | d5c10159dfd62049838b39c310643968b52eb1fb | |
parent | 35dbfba3111a5ef0663bb89185ce8dfdbef63f8d [diff] |
afs: Fix FS.FetchStatus delivery from updating wrong vnode The FS.FetchStatus reply delivery function was updating inode of the directory in which a lookup had been done with the status of the looked up file. This corrupts some of the directory state. Fixes: 5cf9dd55a0ec ("afs: Prospectively look up extra files when doing a single lookup") Signed-off-by: David Howells <dhowells@redhat.com>