]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
afs: Fix afs_fs_fetch_data() to set call->async
authorDavid Howells <dhowells@redhat.com>
Thu, 23 Jul 2026 11:34:46 +0000 (12:34 +0100)
committerChristian Brauner <brauner@kernel.org>
Tue, 28 Jul 2026 07:20:44 +0000 (09:20 +0200)
commitd568a43f6dbba3ba006304d95fd09862bd482a2f
treeed2b63d6c1e1ea19660966229c77f6eba5e05cae
parent62cc90241548d5570ee68e01aaba6506964e9811
afs: Fix afs_fs_fetch_data() to set call->async

Fix afs_fs_fetch_data() to set call->async on an async operation as does
afs_fs_fetch_data64().

Fixes: eddf51f2bb2c ("afs: Make {Y,}FS.FetchData an asynchronous operation")
Link: https://sashiko.dev/#/patchset/20260702144919.172295-1-dhowells%40redhat.com
Signed-off-by: David Howells <dhowells@redhat.com>
Link: https://patch.msgid.link/20260723113452.566619-2-dhowells@redhat.com
cc: Marc Dionne <marc.dionne@auristor.com>
cc: Jeffrey Altman <jaltman@auristor.com>
cc: linux-afs@lists.infradead.org
cc: stable@kernel.org
Signed-off-by: Christian Brauner (Amutable) <brauner@kernel.org>
fs/afs/fsclient.c