• Andrew Morton's avatar
    [PATCH] speed up the unlink speedup · 3493e0ab
    Andrew Morton authored
    I'm not sure why I used igrab() in unlink().  igrab takes the oft-taken
    inode_lock.
    
    The caller has a ref, so a simple increment of i_count will suffice.
    3493e0ab
namei.c 53.4 KB