aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve French <smfrench@gmail.com>2014-05-11 23:47:45 -0500
committerSteve French <smfrench@gmail.com>2014-05-21 10:18:05 -0700
commit2e4b8c2c3b6247423c6d7097ab6b33e07cb624dc (patch)
tree0382b50f7f174999b296cc062cb2d371e40d4d49
parentfs: cifs: new helper: file_inode(file) (diff)
downloadlinux-dev-2e4b8c2c3b6247423c6d7097ab6b33e07cb624dc.tar.xz
linux-dev-2e4b8c2c3b6247423c6d7097ab6b33e07cb624dc.zip
Update cifs version number to 2.03
Signed-off-by: Steve French <smfrench@gmail.com>
-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 1bbe97c2a632..8fe51166d6e3 100644
--- a/fs/cifs/cifsfs.h
+++ b/fs/cifs/cifsfs.h
@@ -140,5 +140,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.02"
+#define CIFS_VERSION "2.03"
#endif /* _CIFSFS_H */