]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blobdiff - fs/cifs/smb2file.c
[CIFS] cifs: Rename cERROR and cFYI to cifs_dbg
[mirror_ubuntu-focal-kernel.git] / fs / cifs / smb2file.c
index 71e6aed4b382442525df0571d47329c0ddf8db90..5da1b55a22581c5dd38daec3164c2ac32eb82a71 100644 (file)
@@ -43,13 +43,13 @@ smb2_set_oplock_level(struct cifsInodeInfo *cinode, __u32 oplock)
        if (oplock == SMB2_OPLOCK_LEVEL_EXCLUSIVE) {
                cinode->clientCanCacheAll = true;
                cinode->clientCanCacheRead = true;
-               cFYI(1, "Exclusive Oplock granted on inode %p",
-                    &cinode->vfs_inode);
+               cifs_dbg(FYI, "Exclusive Oplock granted on inode %p\n",
+                        &cinode->vfs_inode);
        } else if (oplock == SMB2_OPLOCK_LEVEL_II) {
                cinode->clientCanCacheAll = false;
                cinode->clientCanCacheRead = true;
-               cFYI(1, "Level II Oplock granted on inode %p",
-                   &cinode->vfs_inode);
+               cifs_dbg(FYI, "Level II Oplock granted on inode %p\n",
+                        &cinode->vfs_inode);
        } else {
                cinode->clientCanCacheAll = false;
                cinode->clientCanCacheRead = false;