out_of_line_bug()? It's a bit ornate I guess, but it tells
you what it does when you look at it.
> And I'm not sure DaveM'll appreciate this:
>
> > static inline char *__skb_pull(struct sk_buff *skb, unsigned int len)
> > {
> > skb->len-=len;
> > - if (skb->len < skb->data_len)
> > - BUG();
> > return skb->data+=len;
> > }
OK, we can out that back (out-of-line) for -pre6.
-
-
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/