kernel: make groups_sort calling a responsibility group_info allocators
[pandora-kernel.git] / include / linux / cred.h
index 4030896..c9900b3 100644 (file)
@@ -67,6 +67,7 @@ extern void groups_free(struct group_info *);
 extern int set_current_groups(struct group_info *);
 extern int set_groups(struct cred *, struct group_info *);
 extern int groups_search(const struct group_info *, gid_t);
+extern void groups_sort(struct group_info *);
 
 /* access the groups "array" with this macro */
 #define GROUP_AT(gi, i) \