]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/cifs/cifsproto.h
[CIFS] cifs: Rename cERROR and cFYI to cifs_dbg
[karo-tx-linux.git] / fs / cifs / cifsproto.h
index f450f0683dddcf15cb0a5febe075b5c7b5be6934..dda188a94332bfbf569121680d3207360e1acc3a 100644 (file)
@@ -45,17 +45,17 @@ extern void _free_xid(unsigned int);
 #define get_xid()                                              \
 ({                                                             \
        unsigned int __xid = _get_xid();                                \
-       cFYI(1, "CIFS VFS: in %s as Xid: %u with uid: %d",      \
-            __func__, __xid,                                   \
-            from_kuid(&init_user_ns, current_fsuid()));        \
+       cifs_dbg(FYI, "CIFS VFS: in %s as Xid: %u with uid: %d\n",      \
+                __func__, __xid,                                       \
+                from_kuid(&init_user_ns, current_fsuid()));            \
        __xid;                                                  \
 })
 
 #define free_xid(curr_xid)                                     \
 do {                                                           \
        _free_xid(curr_xid);                                    \
-       cFYI(1, "CIFS VFS: leaving %s (xid = %u) rc = %d",      \
-            __func__, curr_xid, (int)rc);                      \
+       cifs_dbg(FYI, "CIFS VFS: leaving %s (xid = %u) rc = %d\n",      \
+                __func__, curr_xid, (int)rc);                          \
 } while (0)
 extern int init_cifs_idmap(void);
 extern void exit_cifs_idmap(void);