aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsfs.h
diff options
context:
space:
mode:
authorSteve French <sfrench@us.ibm.com>2009-05-28 15:09:04 +0000
committerSteve French <sfrench@us.ibm.com>2009-05-28 15:09:04 +0000
commitc5077ec42303e07c2c685b0f6cb8eee0f2c7751c (patch)
tree013c3f682f2c870bb8a7818142bf725c2e9407fa /fs/cifs/cifsfs.h
parentcifs: make serverino the default when mounting (diff)
downloadlinux-dev-c5077ec42303e07c2c685b0f6cb8eee0f2c7751c.tar.xz
linux-dev-c5077ec42303e07c2c685b0f6cb8eee0f2c7751c.zip
[CIFS] Update readme to indicate change to default mount (serverino)
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/cifsfs.h')
-rw-r--r--fs/cifs/cifsfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifsfs.h b/fs/cifs/cifsfs.h
index 3b6a85cd484d..9570a0e8023f 100644
--- a/fs/cifs/cifsfs.h
+++ b/fs/cifs/cifsfs.h
@@ -100,5 +100,5 @@ extern long cifs_ioctl(struct file *filep, unsigned int cmd, unsigned long arg);
extern const struct export_operations cifs_export_ops;
#endif /* EXPERIMENTAL */
-#define CIFS_VERSION "1.58"
+#define CIFS_VERSION "1.59"
#endif /* _CIFSFS_H */