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/