Commit 8ea00c6977d8b1463ee86d6689c8ef35ee2529a0

Authored by Steve French
1 parent d12799b4c3

[CIFS] Update cifs version to 1.76

Update cifs version to 1.76 now that async read,
lock caching, and changes to oplock enabled interface
are in.

Thanks to Pavel for reminding me.

Reviewed-by: Pavel Shilovsky <piastry@etersoft.ru>
Signed-off-by: Steve French <smfrench@gmail.com>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -125,6 +125,6 @@
125 125 extern const struct export_operations cifs_export_ops;
126 126 #endif /* CONFIG_CIFS_NFSD_EXPORT */
127 127  
128   -#define CIFS_VERSION "1.75"
  128 +#define CIFS_VERSION "1.76"
129 129 #endif /* _CIFSFS_H */