diff options
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 { | |||
73 | #ifdef CONFIG_CIFS_EXPERIMENTAL | 73 | #ifdef CONFIG_CIFS_EXPERIMENTAL |
74 | 74 | ||
75 | extern int match_sid(struct cifs_sid *); | 75 | extern int match_sid(struct cifs_sid *); |
76 | extern int compare_sids(struct cifs_sid *, struct cifs_sid *); | 76 | extern int compare_sids(const struct cifs_sid *, const struct cifs_sid *); |
77 | 77 | ||
78 | #endif /* CONFIG_CIFS_EXPERIMENTAL */ | 78 | #endif /* CONFIG_CIFS_EXPERIMENTAL */ |
79 | 79 | ||