aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/ioctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/cifs/ioctl.c')
-rw-r--r--fs/cifs/ioctl.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/cifs/ioctl.c b/fs/cifs/ioctl.c
index 6c9f1214cf0b..3e0845585853 100644
--- a/fs/cifs/ioctl.c
+++ b/fs/cifs/ioctl.c
@@ -44,7 +44,7 @@ long cifs_ioctl(struct file *filep, unsigned int command, unsigned long arg)
44 44
45 xid = get_xid(); 45 xid = get_xid();
46 46
47 cFYI(1, "ioctl file %p cmd %u arg %lu", filep, command, arg); 47 cifs_dbg(FYI, "ioctl file %p cmd %u arg %lu\n", filep, command, arg);
48 48
49 cifs_sb = CIFS_SB(inode->i_sb); 49 cifs_sb = CIFS_SB(inode->i_sb);
50 50
@@ -83,11 +83,11 @@ long cifs_ioctl(struct file *filep, unsigned int command, unsigned long arg)
83 * &ExtAttrMask); 83 * &ExtAttrMask);
84 */ 84 */
85 } 85 }
86 cFYI(1, "set flags not implemented yet"); 86 cifs_dbg(FYI, "set flags not implemented yet\n");
87 break; 87 break;
88#endif /* CONFIG_CIFS_POSIX */ 88#endif /* CONFIG_CIFS_POSIX */
89 default: 89 default:
90 cFYI(1, "unsupported ioctl"); 90 cifs_dbg(FYI, "unsupported ioctl\n");
91 break; 91 break;
92 } 92 }
93 93