diff options
author | Christoph Hellwig <hch@infradead.org> | 2009-05-27 09:37:33 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2009-05-28 17:08:02 +0000 |
commit | 1bf4072da67c14d6b02cfeef02212aa5a6211df2 (patch) | |
tree | 610f12379929abda22be85fda824efc55626f60b /fs/cifs/cifsproto.h | |
parent | c5077ec42303e07c2c685b0f6cb8eee0f2c7751c (diff) | |
download | kernel_samsung_tuna-1bf4072da67c14d6b02cfeef02212aa5a6211df2.zip kernel_samsung_tuna-1bf4072da67c14d6b02cfeef02212aa5a6211df2.tar.gz kernel_samsung_tuna-1bf4072da67c14d6b02cfeef02212aa5a6211df2.tar.bz2 |
cifs: reorganize get_cifs_acl
Thus spake Christoph:
"But this whole set_cifs_acl function is a real mess anyway and needs
some splitting up."
With this change too, it's possible to call acl_to_uid_mode() with a
NULL inode pointer. That (or something close to it) will eventually be
necessary when cifs_get_inode_info is reorganized.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Shirish Pargaonkar <shirishp@us.ibm.com>
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/cifsproto.h')
-rw-r--r-- | fs/cifs/cifsproto.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/cifs/cifsproto.h b/fs/cifs/cifsproto.h index d542cf1..f945232 100644 --- a/fs/cifs/cifsproto.h +++ b/fs/cifs/cifsproto.h @@ -108,8 +108,8 @@ 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 acl_to_uid_mode(struct inode *inode, const char *path, - const __u16 *pfid); +extern void acl_to_uid_mode(struct cifs_sb_info *cifs_sb, struct inode *inode, + const char *path, const __u16 *pfid); extern int mode_to_acl(struct inode *inode, const char *path, __u64); extern int cifs_mount(struct super_block *, struct cifs_sb_info *, char *, |