diff options
author | Steve French <stfrench@microsoft.com> | 2019-07-01 16:25:46 -0500 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2019-07-18 18:14:47 -0500 |
commit | 2a957ace44d4cf0f6194a4209d4fa67ee5461d8f (patch) | |
tree | f7fefe28aef1deaaa3ac5f87f3d55ec3298f5aa1 | |
parent | aa081859b10c5d8b19f5c525c78883a59d73c2b8 (diff) | |
download | linux-2a957ace44d4cf0f6194a4209d4fa67ee5461d8f.tar.bz2 |
cifs: update internal module number
To 2.21
Signed-off-by: Steve French <stfrench@microsoft.com>
-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 aea005703785..4b21a90015a9 100644 --- a/fs/cifs/cifsfs.h +++ b/fs/cifs/cifsfs.h @@ -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 */ |