diff mbox

[CIFS] do not try to dump cifs mids from smb2 sessions

Message ID AANLkTin5tuWSkbjgncRCGmh7tzN04Kvc5=6OZqYqGPWM@mail.gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Steve French March 11, 2011, 6:27 p.m. UTC
None
diff mbox

Patch

--- a/fs/cifs/cifs_debug.c
+++ b/fs/cifs/cifs_debug.c
@@ -109,7 +109,7 @@  void cifs_dump_mids(struct TCP_Server_Info *server)
 static void dump_smb2_debug_info(int i, struct seq_file *m,
                                struct TCP_Server_Info *server)
 {
-       seq_printf("dumping debug information for smb2 not supported yet\n");
+       seq_printf(m, "dumping debug information for smb2 not supported yet\n");
 }

 static void dump_cifs_debug_info(int i, struct seq_file *m,