• Rusty Russell's avatar
    [PATCH] list_t removal · 97460db9
    Rusty Russell authored
    This removes list_t, which is a gratuitous typedef for a "struct
    list_head".  Unless there is good reason, the kernel doesn't usually
    typedef, as typedefs cannot be predeclared unlike structs.
    97460db9
sm_sideeffect.c 33 KB