Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 326315
b: refs/heads/master
c: ecdb69e
h: refs/heads/master
i:
  326313: 7ad992e
  326311: 015e6c1
v: v3
  • Loading branch information
Sachin Prabhu authored and Steve French committed Sep 25, 2012
1 parent d26dec3 commit fcf7dbf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 101b92d9590a645d6fb643654b3a92556203b745
refs/heads/master: ecdb69e2cc80cca77d6afcc0aca244b72cc5ee68
3 changes: 2 additions & 1 deletion trunk/fs/cifs/cifsfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,8 @@ cifs_show_options(struct seq_file *s, struct dentry *root)
cifs_show_security(s, tcon->ses->server);
cifs_show_cache_flavor(s, cifs_sb);

seq_printf(s, ",unc=%s", tcon->treeName);
seq_printf(s, ",unc=");
seq_escape(s, tcon->treeName, " \t\n\\");

if (cifs_sb->mnt_cifs_flags & CIFS_MOUNT_MULTIUSER)
seq_printf(s, ",multiuser");
Expand Down

0 comments on commit fcf7dbf

Please sign in to comment.