]> git.karo-electronics.de Git - linux-beck.git/commitdiff
CIFS: Decrease verbosity of ioctl call
authorPavel Shilovsky <pshilov@microsoft.com>
Wed, 16 Nov 2016 23:17:15 +0000 (15:17 -0800)
committerPavel Shilovsky <pshilov@microsoft.com>
Sat, 3 Dec 2016 00:04:33 +0000 (16:04 -0800)
Cc: Stable <stable@vger.kernel.org> # v4.9+
Reviewed-by: Aurelien Aptel <aaptel@suse.com>
Acked-by: Sachin Prabhu <sprabhu@redhat.com>
Signed-off-by: Pavel Shilovsky <pshilov@microsoft.com>
fs/cifs/ioctl.c

index 9f51b81119f2b204361f25d86dcfd350a8917700..001528781b6b0f80552c33f3d8e93fb9cfc27b86 100644 (file)
@@ -189,7 +189,7 @@ long cifs_ioctl(struct file *filep, unsigned int command, unsigned long arg)
        xid = get_xid();
 
        cifs_sb = CIFS_SB(inode->i_sb);
-       cifs_dbg(VFS, "cifs ioctl 0x%x\n", command);
+       cifs_dbg(FYI, "cifs ioctl 0x%x\n", command);
        switch (command) {
                case FS_IOC_GETFLAGS:
                        if (pSMBFile == NULL)