* David Miller ([email protected]) wrote:
> From: Chris Wright <[email protected]>
> Date: Tue, 18 Jul 2006 00:00:23 -0700
>
> > + BUG_ON(HYPERVISOR_mmuext_op(&op, 1, NULL, DOMID_SELF) < 0);
>
> Although it happens to work currently, I think we should get out of
> the habit of putting operations with wanted side effects into BUG_ON()
> calls. The following is therefore more preferable:
>
> ret = HYPERVISOR_mmuext_op(&op, 1, NULL, DOMID_SELF);
> BUG_ON(ret < 0);
>
> If this were ASSERT() in userspace, turning off debugging at build
> time would make the evaluations inside of the macro never occur. It
> is my opinion that BUG_ON() should behave similarly.
Good point, I'll clean those up.
thanks,
-chris
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]