diff options
Diffstat (limited to 'fs/cifs/cifsproto.h')
-rw-r--r-- | fs/cifs/cifsproto.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/fs/cifs/cifsproto.h b/fs/cifs/cifsproto.h index 94834dbb46da..a1fa9cec05d6 100644 --- a/fs/cifs/cifsproto.h +++ b/fs/cifs/cifsproto.h | |||
@@ -146,11 +146,12 @@ extern int cifs_get_inode_info_unix(struct inode **pinode, | |||
146 | extern int cifs_acl_to_fattr(struct cifs_sb_info *cifs_sb, | 146 | extern int cifs_acl_to_fattr(struct cifs_sb_info *cifs_sb, |
147 | struct cifs_fattr *fattr, struct inode *inode, | 147 | struct cifs_fattr *fattr, struct inode *inode, |
148 | const char *path, const __u16 *pfid); | 148 | const char *path, const __u16 *pfid); |
149 | extern int mode_to_cifs_acl(struct inode *inode, const char *path, __u64); | 149 | extern int id_mode_to_cifs_acl(struct inode *inode, const char *path, __u64, |
150 | uid_t, gid_t); | ||
150 | extern struct cifs_ntsd *get_cifs_acl(struct cifs_sb_info *, struct inode *, | 151 | extern struct cifs_ntsd *get_cifs_acl(struct cifs_sb_info *, struct inode *, |
151 | const char *, u32 *); | 152 | const char *, u32 *); |
152 | extern int set_cifs_acl(struct cifs_ntsd *, __u32, struct inode *, | 153 | extern int set_cifs_acl(struct cifs_ntsd *, __u32, struct inode *, |
153 | const char *); | 154 | const char *, int); |
154 | 155 | ||
155 | extern void cifs_setup_cifs_sb(struct smb_vol *pvolume_info, | 156 | extern void cifs_setup_cifs_sb(struct smb_vol *pvolume_info, |
156 | struct cifs_sb_info *cifs_sb); | 157 | struct cifs_sb_info *cifs_sb); |
@@ -420,7 +421,7 @@ extern int CIFSSMBSetEA(const int xid, struct cifs_tcon *tcon, | |||
420 | extern int CIFSSMBGetCIFSACL(const int xid, struct cifs_tcon *tcon, | 421 | extern int CIFSSMBGetCIFSACL(const int xid, struct cifs_tcon *tcon, |
421 | __u16 fid, struct cifs_ntsd **acl_inf, __u32 *buflen); | 422 | __u16 fid, struct cifs_ntsd **acl_inf, __u32 *buflen); |
422 | extern int CIFSSMBSetCIFSACL(const int, struct cifs_tcon *, __u16, | 423 | extern int CIFSSMBSetCIFSACL(const int, struct cifs_tcon *, __u16, |
423 | struct cifs_ntsd *, __u32); | 424 | struct cifs_ntsd *, __u32, int); |
424 | extern int CIFSSMBGetPosixACL(const int xid, struct cifs_tcon *tcon, | 425 | extern int CIFSSMBGetPosixACL(const int xid, struct cifs_tcon *tcon, |
425 | const unsigned char *searchName, | 426 | const unsigned char *searchName, |
426 | char *acl_inf, const int buflen, const int acl_type, | 427 | char *acl_inf, const int buflen, const int acl_type, |