aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsfs.h
diff options
context:
space:
mode:
authorSteve French <sfrench@us.ibm.com>2009-04-20 19:45:13 +0000
committerSteve French <sfrench@us.ibm.com>2009-04-20 19:45:13 +0000
commitff6945279d45edd8f6b0a5ddb1ef16cecce3ea9c (patch)
treedc27dca04c8a1b97e94aba02d5708a8cb20cda82 /fs/cifs/cifsfs.h
parentRemove 'recurse into child resources' logic from 'reserve_region_with_split()' (diff)
downloadlinux-dev-ff6945279d45edd8f6b0a5ddb1ef16cecce3ea9c.tar.xz
linux-dev-ff6945279d45edd8f6b0a5ddb1ef16cecce3ea9c.zip
[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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifsfs.h b/fs/cifs/cifsfs.h
index 77e190dc2883..051b71cfdea9 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 */