]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-client.git/commit
afs: Move key to afs_read struct
authorDavid Howells <dhowells@redhat.com>
Thu, 6 Feb 2020 14:22:27 +0000 (14:22 +0000)
committerDavid Howells <dhowells@redhat.com>
Thu, 28 Jan 2021 10:56:59 +0000 (10:56 +0000)
commit1c43b142e4a975958d7bbf3b35e705cf0723743f
tree1bbef44d282c3d02032f43a63a2c997f901e4433
parent9f739dc6703752618821a815153bf350a8626faa
afs: Move key to afs_read struct

Stash the key used to authenticate read operations in the afs_read struct.
This will be necessary to reissue the operation against the server if a
read from the cache fails in upcoming cache changes.

Signed-off-by: David Howells <dhowells@redhat.com>
fs/afs/dir.c
fs/afs/file.c
fs/afs/internal.h
fs/afs/write.c