Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97146
b: refs/heads/master
c: 89562b7
h: refs/heads/master
v: v3
  • Loading branch information
Steve French committed May 19, 2008
1 parent 83036bc commit af8b6fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2b280fab12b6697b6a7a24a13aaf9f4339edd075
refs/heads/master: 89562b777c50d100d1694db7b1b023279839b9ae
3 changes: 3 additions & 0 deletions trunk/fs/cifs/cifsfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,10 @@ cifs_show_options(struct seq_file *s, struct vfsmount *m)
}
if (cifs_sb->tcon->seal)
seq_printf(s, ",seal");
if (cifs_sb->tcon->nocase)
seq_printf(s, ",nocase");
if (cifs_sb->tcon->retry)
seq_printf(s, ",hard");
}
if (cifs_sb->mnt_cifs_flags & CIFS_MOUNT_POSIX_PATHS)
seq_printf(s, ",posixpaths");
Expand Down

0 comments on commit af8b6fd

Please sign in to comment.