[CIFS] Update CIFS version number

Signed-off-by: Steve French <sfrench@us.ibm.com>

+5 -1
+4
fs/cifs/CHANGES
··· 1 + Version 1.47 2 + ------------ 3 + Fix oops in list_del during mount caused by unaligned string. 4 + 1 5 Version 1.46 2 6 ------------ 3 7 Support deep tree mounts. Better support OS/2, Win9x (DOS) time stamps.
+1 -1
fs/cifs/cifsfs.h
··· 100 100 extern ssize_t cifs_listxattr(struct dentry *, char *, size_t); 101 101 extern int cifs_ioctl (struct inode * inode, struct file * filep, 102 102 unsigned int command, unsigned long arg); 103 - #define CIFS_VERSION "1.46" 103 + #define CIFS_VERSION "1.47" 104 104 #endif /* _CIFSFS_H */