CIFS: Adds information-level logging function
authorRodrigo Freire <rfreire@redhat.com>
Sun, 7 Oct 2018 15:21:25 +0000 (12:21 -0300)
committerSteve French <stfrench@microsoft.com>
Wed, 24 Oct 2018 02:16:05 +0000 (21:16 -0500)
commit9a0efeccfa7ea6a82585bb2def161de006396b7d
treeba746273b4d48672148f0c01ae20905efd380f32
parent9645759ce6b39013231f4fa312834935c93fe5bc
CIFS: Adds information-level logging function

Currently, CIFS lacks a internal logging function that prints out data
when CIFS_DEBUG=n. When CIFS_DEBUG=y, the only message level for CIFS
events are KERN_ERR or KERN_DEBUG.

This patch creates cifs_info(), which is useful for printing
non-critical event messges, at either CIFS_DEBUG state.

Signed-off-by: Rodrigo Freire <rfreire@redhat.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/cifs_debug.h