aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/link.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/cifs/link.c')
-rw-r--r--fs/cifs/link.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/cifs/link.c b/fs/cifs/link.c
index e79b1c3e5f39..7da755c6550a 100644
--- a/fs/cifs/link.c
+++ b/fs/cifs/link.c
@@ -287,7 +287,8 @@ cifs_readlink(struct dentry *direntry, char __user *pBuffer, int buflen)
287 fid, 287 fid,
288 cifs_sb->local_nls); 288 cifs_sb->local_nls);
289 if (CIFSSMBClose(xid, pTcon, fid)) { 289 if (CIFSSMBClose(xid, pTcon, fid)) {
290 cFYI(1,("Error closing junction point (open for ioctl)")); 290 cFYI(1, ("Error closing junction point "
291 "(open for ioctl)"));
291 } 292 }
292 if (rc == -EIO) { 293 if (rc == -EIO) {
293 /* Query if DFS Junction */ 294 /* Query if DFS Junction */