• Andrew Morton's avatar
    [PATCH] /proc data corruption check · 08194fb2
    Andrew Morton authored
    From: Arjan van de Ven <arjanv@redhat.com>
    
    If someone removes a /proc directory which still has subdirectories it will
    lead to very nasty things (dentries remaining on hash chains etc etc etc).
    The BUG_ON in the patch below will catch this nasty situation.
    08194fb2
generic.c 15.5 KB