aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/cifs/ioctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/ioctl.c b/fs/cifs/ioctl.c
index 9f51b81119f2..001528781b6b 100644
--- 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)
189 xid = get_xid(); 189 xid = get_xid();
190 190
191 cifs_sb = CIFS_SB(inode->i_sb); 191 cifs_sb = CIFS_SB(inode->i_sb);
192 cifs_dbg(VFS, "cifs ioctl 0x%x\n", command); 192 cifs_dbg(FYI, "cifs ioctl 0x%x\n", command);
193 switch (command) { 193 switch (command) {
194 case FS_IOC_GETFLAGS: 194 case FS_IOC_GETFLAGS:
195 if (pSMBFile == NULL) 195 if (pSMBFile == NULL)