cifs: update internal module version number
To 2.23 Signed-off-by: Steve French <stfrench@microsoft.com>
This commit is contained in:
parent
e37a02c7eb
commit
4d6bcba70a
|
@ -152,5 +152,5 @@ extern long cifs_ioctl(struct file *filep, unsigned int cmd, unsigned long arg);
|
||||||
extern const struct export_operations cifs_export_ops;
|
extern const struct export_operations cifs_export_ops;
|
||||||
#endif /* CONFIG_CIFS_NFSD_EXPORT */
|
#endif /* CONFIG_CIFS_NFSD_EXPORT */
|
||||||
|
|
||||||
#define CIFS_VERSION "2.22"
|
#define CIFS_VERSION "2.23"
|
||||||
#endif /* _CIFSFS_H */
|
#endif /* _CIFSFS_H */
|
||||||
|
|
Loading…
Reference in New Issue