• Alexander Viro's avatar
    [PATCH] (5/25) Removing bogus arrays - ->flags[] · ab3bfaa2
    Alexander Viro authored
    	Seeing that now disk->flags[] always consists of one element, we
    replace char *flags with int flags, remove the junk from places that used
    to allocate these "arrays" and do obvious updates of the code
    (s/->flags[0]/->flags/).
    ab3bfaa2
ide-cd.c 93.7 KB