summaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorSteve French2019-07-01 23:25:46 +0200
committerSteve French2019-07-19 01:14:47 +0200
commit2a957ace44d4cf0f6194a4209d4fa67ee5461d8f (patch)
treef7fefe28aef1deaaa3ac5f87f3d55ec3298f5aa1 /fs
parentcifs: flush before set-info if we have writeable handles (diff)
downloadkernel-qcow2-linux-2a957ace44d4cf0f6194a4209d4fa67ee5461d8f.tar.gz
kernel-qcow2-linux-2a957ace44d4cf0f6194a4209d4fa67ee5461d8f.tar.xz
kernel-qcow2-linux-2a957ace44d4cf0f6194a4209d4fa67ee5461d8f.zip
cifs: update internal module number
To 2.21 Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs')
-rw-r--r--fs/cifs/cifsfs.h2
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 */