Code Review
/
linux-2.6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
raw
| inline |
side by side
[PATCH] Keys: Make request-key create an authorisation key
[linux-2.6.git]
/
kernel
/
sys.c
diff --git
a/kernel/sys.c
b/kernel/sys.c
index 5a9d6b075016546d0d72ec590a17cd77985a8947..da24bc1292db4b6529709b6a9173e68f5251d3d8 100644
(file)
--- a/
kernel/sys.c
+++ b/
kernel/sys.c
@@
-1259,7
+1259,7
@@
static void groups_sort(struct group_info *group_info)
}
/* a simple bsearch */
-
static
int groups_search(struct group_info *group_info, gid_t grp)
+int groups_search(struct group_info *group_info, gid_t grp)
{
int left, right;