Alexander Viro wrote:
> >     *((unsigned long *)(&x)) = NULL;
> 
> free_page(foo()) and we've got problems...

Alan really meant

     *((unsigned long *)&(x)) = NULL;

and screw you if it's not an lvalue.

-- Jamie
-
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