projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46890ff
)
CIFS: Decrease verbosity of ioctl call
author
Pavel Shilovsky
<pshilov@microsoft.com>
Wed, 16 Nov 2016 23:17:15 +0000
(15:17 -0800)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 6 Jan 2017 09:40:16 +0000
(10:40 +0100)
commit
b0a752b5ce76bd1d8b733a53757c3263511dcb69
upstream.
Reviewed-by: Aurelien Aptel <aaptel@suse.com>
Acked-by: Sachin Prabhu <sprabhu@redhat.com>
Signed-off-by: Pavel Shilovsky <pshilov@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/cifs/ioctl.c
patch
|
blob
|
history
diff --git
a/fs/cifs/ioctl.c
b/fs/cifs/ioctl.c
index
9f51b81
..
0015287
100644
(file)
--- a/
fs/cifs/ioctl.c
+++ b/
fs/cifs/ioctl.c
@@
-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)