Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39519
b: refs/heads/master
c: bf97d28
h: refs/heads/master
i:
  39517: 10edf2b
  39515: 2dbc0e2
  39511: b6f9028
  39503: b0f0eb0
  39487: 590c67f
v: v3
  • Loading branch information
Steve French committed Sep 28, 2006
1 parent 74da74d commit 5173f1a
Show file tree
Hide file tree
Showing 2 changed files with 12 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: a3ab41f10e2f5087e515da358680c88dd61d4832
refs/heads/master: bf97d28711e2dc4dc947faa6477cd1b36b91a2da
11 changes: 11 additions & 0 deletions trunk/fs/cifs/cifsfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,14 @@ static void cifs_umount_begin(struct vfsmount * vfsmnt, int flags)
return;
}

#ifdef CONFIG_CIFS_STATS2
static int cifs_show_stats(struct seq_file *s, struct vfsmount *mnt)
{
/* BB FIXME */
return 0;
}
#endif

static int cifs_remount(struct super_block *sb, int *flags, char *data)
{
*flags |= MS_NODIRATIME;
Expand All @@ -456,6 +464,9 @@ static struct super_operations cifs_super_ops = {
.show_options = cifs_show_options,
.umount_begin = cifs_umount_begin,
.remount_fs = cifs_remount,
#ifdef CONFIG_CIFS_STATS2
cifs_show_stats,
#endif
};

static int
Expand Down

0 comments on commit 5173f1a

Please sign in to comment.