Re: [PATCH] Move in_egroup_p() to sys.c

Jan Kara (jack@suse.cz)
Wed, 8 Dec 1999 14:57:59 +0100


> The patch below moves in_egroup_p from sysctl.c to sys.c. This seems like a
> good idea because:
> It's now right next to in_group_p
> sysctl.c is ifdefed on CONFIG_SYSCTL, whereas in_egroup_p is used by dquot.c
> which is under CONFIG_QUOTA, so a kernel with CONFIG_SYSCTL off and
> CONFIG_QUOTA on fails to link.
Oops. Good point. I didn't notice this when I was changing quota code.

Thanks
Honza.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/