Dan Aloni wrote:
> 
> I've been touring around the kernel sources when I stumbled
> across the uid_hash_find() function (kernel/user.c):
> 
> static inline struct user_struct *uid_hash_find(unsigned short uid, unsigned int 
>hashent)

Is it just me, or should that be "uid_t" not "unsigned short"?  Now THAT
looks like a bug.

-Mitch
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to