diff options
author | Shirish Pargaonkar <shirishpargaonkar@gmail.com> | 2011-05-06 02:35:00 -0500 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2011-05-19 14:10:56 +0000 |
commit | c4aca0c09f80ca40dbcecb2370af9594fbe9051d (patch) | |
tree | 27390f82234bf8ee4376bbececfc8a247fa0299e /fs/cifs/cifsacl.h | |
parent | f14bcf71d1b802f6042b6c70a0c37120e47a0876 (diff) |
cifs: Change key name to cifs.idmap, misc. clean-up
Change idmap key name from cifs.cifs_idmap to cifs.idmap.
Removed unused structure wksidarr and function match_sid().
Handle errors correctly in function init_cifs().
Signed-off-by: Shirish Pargaonkar <shirishpargaonkar@gmail.com>
Reviewed-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/cifsacl.h')
-rw-r--r-- | fs/cifs/cifsacl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/cifs/cifsacl.h b/fs/cifs/cifsacl.h index 757cf5aec3e..5c902c7ce52 100644 --- a/fs/cifs/cifsacl.h +++ b/fs/cifs/cifsacl.h @@ -98,7 +98,6 @@ extern struct key_type cifs_idmap_key_type; extern const struct cred *root_cred; #endif /* KERNEL */ -extern int match_sid(struct cifs_sid *); extern int compare_sids(const struct cifs_sid *, const struct cifs_sid *); #endif /* _CIFSACL_H */ |