diff options
author | Steve French <sfrench@us.ibm.com> | 2007-11-08 21:12:01 +0000 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2007-11-08 21:12:01 +0000 |
commit | ce06c9f025120dbb2978d9b84641d76c25f17902 (patch) | |
tree | eaa5bb27f2b05fe922e6fe697e242ba13856b739 /fs/cifs/cifsfs.h | |
parent | 15b0395911eb45a0834755f0d9e84570644a8c22 (diff) | |
download | linux-3.10-ce06c9f025120dbb2978d9b84641d76c25f17902.tar.gz linux-3.10-ce06c9f025120dbb2978d9b84641d76c25f17902.tar.bz2 linux-3.10-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifsfs.h b/fs/cifs/cifsfs.h index 0a3ee5a322b..62357d228c0 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 */ |