diff options
author | Steve French <sfrench@us.ibm.com> | 2009-04-20 19:45:13 +0000 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2009-04-20 19:45:13 +0000 |
commit | ff6945279d45edd8f6b0a5ddb1ef16cecce3ea9c (patch) | |
tree | dc27dca04c8a1b97e94aba02d5708a8cb20cda82 /fs/cifs/cifsfs.h | |
parent | ff54250a0ebab7f90a5f848a0ba63f999830c872 (diff) |
[CIFS] Make cifs_unlink consistent in checks for null inode
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/cifsfs.h')
-rw-r--r-- | fs/cifs/cifsfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifsfs.h b/fs/cifs/cifsfs.h index 77e190dc288..051b71cfdea 100644 --- a/fs/cifs/cifsfs.h +++ b/fs/cifs/cifsfs.h @@ -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 */ |