diff options
author | Shirish Pargaonkar <shirishpargaonkar@gmail.com> | 2010-11-27 18:37:26 +0100 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2010-11-30 06:49:17 +0100 |
commit | 78415d2d306bfed0a0ac351aec6c69759d007224 (patch) | |
tree | 761fd93aafa6d90f9b3b18af0a4157072190519f /fs/cifs/cifsproto.h | |
parent | cifs: trivial comment fix for cifs_invalidate_mapping (diff) | |
download | linux-78415d2d306bfed0a0ac351aec6c69759d007224.tar.xz linux-78415d2d306bfed0a0ac351aec6c69759d007224.zip |
cifs: Misc. cleanup in cifsacl handling [try #4]
Change the name of function mode_to_acl to mode_to_cifs_acl.
Handle return code in functions mode_to_cifs_acl and
cifs_acl_to_fattr.
Signed-off-by: Shirish Pargaonkar <shirishpargaonkar@gmail.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 6ed59af4520d..b498731852d4 100644 --- a/fs/cifs/cifsproto.h +++ b/fs/cifs/cifsproto.h @@ -133,7 +133,7 @@ extern int cifs_get_inode_info_unix(struct inode **pinode, extern int cifs_acl_to_fattr(struct cifs_sb_info *cifs_sb, struct cifs_fattr *fattr, struct inode *inode, const char *path, const __u16 *pfid); -extern int mode_to_acl(struct inode *inode, const char *path, __u64); +extern int mode_to_cifs_acl(struct inode *inode, const char *path, __u64); extern int cifs_mount(struct super_block *, struct cifs_sb_info *, char *, const char *); |