commit | 3de2091ac722e7dbc37d87d9112ab19ec6a871de | [log] [tgz] |
---|---|---|
author | Steve French <sfrench@us.ibm.com> | Tue Dec 02 20:52:28 2008 +0000 |
committer | Steve French <sfrench@us.ibm.com> | Fri Dec 26 02:29:10 2008 +0000 |
tree | 219b62fc82e69175858915861702bd33aad1076b | |
parent | acc18aa1e643519035abdab5e72dc75e534b5198 [diff] |
[CIFS] fix typo Signed-off-by: Steve French <sfrench@us.ibm.com>
diff --git a/fs/cifs/cifsfs.h b/fs/cifs/cifsfs.h index fb67607..2ce04c7 100644 --- a/fs/cifs/cifsfs.h +++ b/fs/cifs/cifsfs.h
@@ -101,5 +101,5 @@ extern const struct export_operations cifs_export_ops; #endif /* EXPERIMENTAL */ -#define CIFS_VERSION "1.5666666" +#define CIFS_VERSION "1.56" #endif /* _CIFSFS_H */