2.1.115ac1: linux/kernel/beancounter.c

Andreas Jellinghaus (aj@dungeon.inka.de)
Sun, 9 Aug 1998 10:07:26 +0200


i guess in get_beancounter_byuid :
while(ub!=NULL && ub->ub_uid!=uid);
should be
while(ub!=NULL && ub->ub_uid!=uid) ub=ub->next;

andreas

-
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.altern.org/andrebalsa/doc/lkml-faq.html