>Just a small correction to patchlet: >The second kfree should check for existence of t.
Just look at all the recent patches about "un-useful NULL around kfree", they are changing " if(t) kfreee(t) " => kfree(t). No prob there. Jan Engelhardt -- - 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/