• Andrew Morton's avatar
    [PATCH] add a file_ra_state init function · 6b390b3b
    Andrew Morton authored
    Provide a function in core kernel to initialise a file_ra_state structure.
    
    Perviously this was all taken care of by the fact that new struct
    file's are all zeroed out.  But now a file_ra_state may be
    independently allocated, and we don't want users of it to have to know
    how to initialise it.
    6b390b3b
ksyms.c 16.2 KB