]> asedeno.scripts.mit.edu Git - linux.git/commit
Don't log confusing message on reconnect by default
authorSteve French <stfrench@microsoft.com>
Thu, 29 Mar 2018 17:16:34 +0000 (12:16 -0500)
committerSteve French <stfrench@microsoft.com>
Mon, 2 Apr 2018 01:24:40 +0000 (20:24 -0500)
commit2a18287b54f8654d9835cddfc80a12fd73162fc0
treefa7eb623dada2122fb905751ccafe44feb277f30
parent2564f2ff83975e05dbd2f13301f7147b63e67c91
Don't log confusing message on reconnect by default

Change the following message (which can occur on reconnect) from
a warning to an FYI message.  It is confusing to users.

   [58360.523634] CIFS VFS: Free previous auth_key.response = 00000000a91cdc84

By default this message won't show up on reconnect unless the user bumps
up the log level to include FYI messages.

Signed-off-by: Steve French <smfrench@gmail.com>
Reviewed-by: Pavel Shilovsky <pshilov@microsoft.com>
fs/cifs/connect.c