Re: [patch] smaller kernels

From: Andrew Morton (akpm@zip.com.au)
Date: Mon Mar 25 2002 - 19:12:10 EST


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/



This archive was generated by hypermail 2b29 : Sun Mar 31 2002 - 22:00:10 EST