Skip to content
Snippets Groups Projects
Commit 66cb85c4 authored by David Howells's avatar David Howells Committed by Steve French
Browse files

cifs: Fix the smb1 readv callback to correctly call netfs


Fix cifs_readv_callback() to call netfs_read_subreq_terminated() rather
than queuing the subrequest work item (which is unset).  Also call the
I/O progress tracepoint.

cc: Jeff Layton <jlayton@kernel.org>
cc: linux-cifs@vger.kernel.org
cc: netfs@lists.linux.dev
cc: linux-fsdevel@vger.kernel.org
Fixes: e2d46f2e ("netfs: Change the read result collector to only use one work item")
Reported-by: default avatarJean-Christophe Guillain <jean-christophe@guillain.net>
Closes: https://bugzilla.kernel.org/show_bug.cgi?id=219793


Tested-by: default avatarJean-Christophe Guillain <jean-christophe@guillain.net>
Tested-by: default avatarPali Rohár <pali@kernel.org>
Reviewed-by: default avatarPaulo Alcantara (Red Hat) <pc@manguebit.com>
Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
Signed-off-by: default avatarSteve French <stfrench@microsoft.com>
parent d082ecbc
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment