Re: [patch] smaller kernels

Andrew Morton (akpm@zip.com.au)
Mon, 25 Mar 2002 16:12:10 -0800


Marcelo Tosatti wrote:
>
> I've just readded all asserts which you removed... if you really want to
> remove any of those, please prove me that they are useless.

I grepped a year's lkml traffic - nobody is hitting any
of them...

The quotaops.h checks were useless:

if (pointer == NULL)
BUG();
dereference(pointer);

The others can become calls to out_of_line_bug() if
you want. That's dget(), unhash_process(),
memclear_highpage_flush(), __skb_pull() and tcp_prequeue()

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