diff options
author | Steve French <sfrench@us.ibm.com> | 2007-10-19 21:57:39 +0000 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2007-10-19 21:57:39 +0000 |
commit | 4879b44829d94a1f8facf90cced3c5f23c5a8c62 (patch) | |
tree | 4fe294715e3c275cafcc2f2eebc531dd517b4440 /fs/cifs/cifsproto.h | |
parent | c4ec20717313daafba59225f812db89595952b83 (diff) | |
download | linux-3.10-4879b44829d94a1f8facf90cced3c5f23c5a8c62.tar.gz linux-3.10-4879b44829d94a1f8facf90cced3c5f23c5a8c62.tar.bz2 linux-3.10-4879b44829d94a1f8facf90cced3c5f23c5a8c62.zip |
[CIFS] ACL support part 5
Acked-by: Shirish Pargaonkar <shirishp@us.ibm.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/cifsproto.h')
-rw-r--r-- | fs/cifs/cifsproto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifsproto.h b/fs/cifs/cifsproto.h index 1a883663b22..7c445f8f233 100644 --- a/fs/cifs/cifsproto.h +++ b/fs/cifs/cifsproto.h @@ -92,7 +92,7 @@ extern int cifs_get_inode_info(struct inode **pinode, extern int cifs_get_inode_info_unix(struct inode **pinode, const unsigned char *search_path, struct super_block *sb, int xid); - +extern void get_mode_from_acl(struct inode * inode, const char * search_path); extern int cifs_mount(struct super_block *, struct cifs_sb_info *, char *, const char *); extern int cifs_umount(struct super_block *, struct cifs_sb_info *); |