diff options
author | David Howells <dhowells@redhat.com> | 2024-09-14 21:40:02 +0100 |
---|---|---|
committer | Christian Brauner <brauner@kernel.org> | 2024-09-27 18:29:19 +0200 |
commit | 2cf36327ee1e47733aba96092d7bd082a4056ff5 (patch) | |
tree | 535561ae2f827bfb59533e7891c4edde02144c5a /fs/fuse/ioctl.c | |
parent | da6ef2dffe6056aad3435e6cf7c6471c2a62187c (diff) | |
download | linux-2cf36327ee1e47733aba96092d7bd082a4056ff5.tar.gz linux-2cf36327ee1e47733aba96092d7bd082a4056ff5.tar.bz2 linux-2cf36327ee1e47733aba96092d7bd082a4056ff5.zip |
afs: Fix missing wire-up of afs_retry_request()
afs_retry_request() is supposed to be pointed to by the afs_req_ops netfs
operations table, but the pointer got lost somewhere. The function is used
during writeback to rotate through the authentication keys that were in
force when the file was modified locally.
Fix this by adding the pointer to the function.
Fixes: 1ecb146f7cd8 ("netfs, afs: Use writeback retry to deal with alternate keys")
Reported-by: Dr. David Alan Gilbert <linux@treblig.org>
Signed-off-by: David Howells <dhowells@redhat.com>
Link: https://lore.kernel.org/r/1690847.1726346402@warthog.procyon.org.uk
cc: Marc Dionne <marc.dionne@auristor.com>
cc: Jeff Layton <jlayton@kernel.org>
cc: linux-afs@lists.infradead.org
cc: netfs@lists.linux.dev
cc: linux-fsdevel@vger.kernel.org
Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'fs/fuse/ioctl.c')
0 files changed, 0 insertions, 0 deletions