• Alexander Viro's avatar
    [PATCH] tty_driver refcounting · a689e686
    Alexander Viro authored
    ->refcount switched from int * to int.  Per-driver variables gone since we had
    switched from int foo = 0; driver.refcount = &foo; to driver.refcount = 0;
    a689e686
tty.c 20.8 KB