• Andrew Morton's avatar
    [PATCH] ext3_new_inode fixlet · bc5de0cd
    Andrew Morton authored
    From: Alex Tomas <alex@clusterfs.com>
    
    If the ext3 inode allocator tries to claim an inode and fails because
    another CPU got in there first it will then advance onto the next
    blockgroup and try again.
    
    Change it to advance onto the next inode within the same blockgroup
    instead.
    bc5de0cd
ialloc.c 22.1 KB