]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
cifs: Fix cifs_dump_mids() to call ->dump_detail
authorDavid Howells <dhowells@redhat.com>
Wed, 17 Dec 2025 15:44:07 +0000 (15:44 +0000)
committerSteve French <stfrench@microsoft.com>
Sun, 8 Feb 2026 23:07:45 +0000 (17:07 -0600)
Signed-off-by: David Howells <dhowells@redhat.com>
cc: Steve French <sfrench@samba.org>
cc: Paulo Alcantara <pc@manguebit.org>
cc: Enzo Matsumiya <ematsumiya@suse.de>
cc: linux-cifs@vger.kernel.org
cc: linux-fsdevel@vger.kernel.org
cc: linux-kernel@vger.kernel.org
Acked-by: Enzo Matsumiya <ematsumiya@suse.de>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/cifs_debug.c

index 415b739701430ef6d4aa5014a59e490c455d6d14..ed23a0db1456828a820d325a9fe0bedf45534ca5 100644 (file)
@@ -78,7 +78,7 @@ void cifs_dump_mids(struct TCP_Server_Info *server)
                cifs_dbg(VFS, "IsMult: %d IsEnd: %d\n",
                         mid_entry->multiRsp, mid_entry->multiEnd);
                if (mid_entry->resp_buf) {
-                       cifs_dump_detail(mid_entry->resp_buf,
+                       server->ops->dump_detail(mid_entry->resp_buf,
                                         mid_entry->response_pdu_len, server);
                        cifs_dump_mem("existing buf: ", mid_entry->resp_buf, 62);
                }