[PATCH] cifs: Fix mapping of EMLINK case

Signed-off-by: Steve French (sfrench@us.ibm.com)
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Cette révision appartient à :
Steve French
2005-04-28 22:41:10 -07:00
révisé par Linus Torvalds
Parent cd63499cbe
révision 11aa0149d0
4 fichiers modifiés avec 11 ajouts et 2 suppressions

Voir le fichier

@@ -96,5 +96,5 @@ extern ssize_t cifs_getxattr(struct dentry *, const char *, void *, size_t);
extern ssize_t cifs_listxattr(struct dentry *, char *, size_t);
extern int cifs_ioctl (struct inode * inode, struct file * filep,
unsigned int command, unsigned long arg);
#define CIFS_VERSION "1.33"
#define CIFS_VERSION "1.34"
#endif /* _CIFSFS_H */