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