cifs: update internal module number

To 2.21

Signed-off-by: Steve French <stfrench@microsoft.com>
This commit is contained in:
Steve French 2019-07-01 16:25:46 -05:00
Родитель aa081859b1
Коммит 2a957ace44
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;
#endif /* CONFIG_CIFS_NFSD_EXPORT */
#define CIFS_VERSION "2.20"
#define CIFS_VERSION "2.21"
#endif /* _CIFSFS_H */