• Alexander Viro's avatar
    [PATCH] SMP-safe ext2/namei.c · 0443970a
    Alexander Viro authored
    	BKL held around ->i_nlink changes in ext2/namei.c.  That makes
    namei.c SMP-safe (dir.c already is).  BKL dropped around ext2_free_inode() -
    it's already SMP-safe (the only place that needed BKL was DQUOT_FREE_INODE()
    and it got BKL in the previous patch).
    0443970a
inode.c 32.9 KB