diff options
author | Jeff Layton <jlayton@redhat.com> | 2012-11-25 08:00:36 -0500 |
---|---|---|
committer | Steve French <smfrench@gmail.com> | 2012-12-05 13:13:11 -0600 |
commit | 436bb435fcbe2d52678ec7e2abc45fd1938601ce (patch) | |
tree | 80ca37e5250dcca817d1982119a318b376a77445 /fs/cifs/cifsacl.h | |
parent | 852e22950dc47e774bb602b16f55fed42afac5fb (diff) | |
download | op-kernel-dev-436bb435fcbe2d52678ec7e2abc45fd1938601ce.zip op-kernel-dev-436bb435fcbe2d52678ec7e2abc45fd1938601ce.tar.gz |
cifs: make compare_sids static
..nothing outside of cifsacl.c calls it. Also fix the incorrect
comment on the function. It returns 0 when they match.
Reviewed-by: Shirish Pargaonkar <shirishpargaonkar@gmail.com>
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <smfrench@gmail.com>
Diffstat (limited to 'fs/cifs/cifsacl.h')
-rw-r--r-- | fs/cifs/cifsacl.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/cifs/cifsacl.h b/fs/cifs/cifsacl.h index 80e0d66..18c7521 100644 --- a/fs/cifs/cifsacl.h +++ b/fs/cifs/cifsacl.h @@ -98,6 +98,4 @@ extern struct key_type cifs_idmap_key_type; extern const struct cred *root_cred; #endif /* KERNEL */ -extern int compare_sids(const struct cifs_sid *, const struct cifs_sid *); - #endif /* _CIFSACL_H */ |