[CIFS] Make cifs_unlink consistent in checks for null inode

Signed-off-by: Steve French <sfrench@us.ibm.com>
This commit is contained in:
Steve French
2009-04-20 19:45:13 +00:00
parent ff54250a0e
commit ff6945279d
3 changed files with 22 additions and 7 deletions

View File

@@ -100,5 +100,5 @@ extern long cifs_ioctl(struct file *filep, unsigned int cmd, unsigned long arg);
extern const struct export_operations cifs_export_ops;
#endif /* EXPERIMENTAL */
#define CIFS_VERSION "1.57"
#define CIFS_VERSION "1.58"
#endif /* _CIFSFS_H */