diff options
Diffstat (limited to 'fs/cifs/cifsproto.h')
-rw-r--r-- | fs/cifs/cifsproto.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/cifs/cifsproto.h b/fs/cifs/cifsproto.h index e94526949677..0e4e057e2891 100644 --- a/fs/cifs/cifsproto.h +++ b/fs/cifs/cifsproto.h | |||
@@ -143,6 +143,8 @@ extern int cifs_acl_to_fattr(struct cifs_sb_info *cifs_sb, | |||
143 | extern int mode_to_cifs_acl(struct inode *inode, const char *path, __u64); | 143 | extern int mode_to_cifs_acl(struct inode *inode, const char *path, __u64); |
144 | extern struct cifs_ntsd *get_cifs_acl(struct cifs_sb_info *, struct inode *, | 144 | extern struct cifs_ntsd *get_cifs_acl(struct cifs_sb_info *, struct inode *, |
145 | const char *, u32 *); | 145 | const char *, u32 *); |
146 | extern int set_cifs_acl(struct cifs_ntsd *, __u32, struct inode *, | ||
147 | const char *); | ||
146 | 148 | ||
147 | extern int cifs_mount(struct super_block *, struct cifs_sb_info *, char *, | 149 | extern int cifs_mount(struct super_block *, struct cifs_sb_info *, char *, |
148 | const char *); | 150 | const char *); |