diff options
author | Steve French <sfrench@us.ibm.com> | 2009-05-28 15:09:04 +0000 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2009-05-28 15:09:04 +0000 |
commit | c5077ec42303e07c2c685b0f6cb8eee0f2c7751c (patch) | |
tree | 013c3f682f2c870bb8a7818142bf725c2e9407fa /fs/cifs/cifsfs.h | |
parent | a0c9217f64ee3cd1e534966da8c5f05768e1ab09 (diff) |
[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.h | 2 |
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 */ |