diff options
author | Steve French <sfrench@us.ibm.com> | 2007-10-26 04:32:43 +0000 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2007-10-26 04:32:43 +0000 |
commit | d61e5808d9a4e7c7f25914ceae50664a6454c3ca (patch) | |
tree | 52bce32e78f301cc5a616d32e8af2a8dd6715d3a /fs/cifs/cifsacl.h | |
parent | 630f3f0c45a80ab907d216191ef4a205c249fa1b (diff) |
[CIFS] acl support part 7
Also fixes typo, build break
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/cifsacl.h')
-rw-r--r-- | fs/cifs/cifsacl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifsacl.h b/fs/cifs/cifsacl.h index 06d52006bf26..30b0caf66786 100644 --- a/fs/cifs/cifsacl.h +++ b/fs/cifs/cifsacl.h @@ -73,7 +73,7 @@ struct cifs_wksid { #ifdef CONFIG_CIFS_EXPERIMENTAL extern int match_sid(struct cifs_sid *); -extern int compare_sids(struct cifs_sid *, struct cifs_sid *); +extern int compare_sids(const struct cifs_sid *, const struct cifs_sid *); #endif /* CONFIG_CIFS_EXPERIMENTAL */ |