aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsfs.h
diff options
context:
space:
mode:
authorSteve French <sfrench@us.ibm.com>2007-11-08 21:12:01 +0000
committerSteve French <sfrench@us.ibm.com>2007-11-08 21:12:01 +0000
commitce06c9f025120dbb2978d9b84641d76c25f17902 (patch)
treeeaa5bb27f2b05fe922e6fe697e242ba13856b739 /fs/cifs/cifsfs.h
parent[CIFS] Fix incorrect mode when ACL had deny access control entries (diff)
downloadlinux-dev-ce06c9f025120dbb2978d9b84641d76c25f17902.tar.xz
linux-dev-ce06c9f025120dbb2978d9b84641d76c25f17902.zip
[CIFS] add mode to acl conversion helper function
Acked-by: Shirish Pargaonkar <shirishp@us.ibm.com> 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 0a3ee5a322b0..62357d228c07 100644
--- a/fs/cifs/cifsfs.h
+++ b/fs/cifs/cifsfs.h
@@ -106,5 +106,5 @@ extern int cifs_ioctl(struct inode *inode, struct file *filep,
extern struct export_operations cifs_export_ops;
#endif /* EXPERIMENTAL */
-#define CIFS_VERSION "1.51"
+#define CIFS_VERSION "1.52"
#endif /* _CIFSFS_H */