• D
    [XFS] Fix broken inode cluster setup. · a7430847
    David Chinner 提交于
    The radix tree based inode caches did away with the inode cluster hashes,
    replacing them with a bunch of masking and gang lookups on the radix tree.
    
    This masking got broken when moving the code to per-ag radix trees and
    indexing by agino # rather than straight inode number. The result is
    clustered inode writeback does not cluster and things can go extremely
    slowly when there are lots of inodes to write.
    
    Fix it up by comparing the agino # of the inode we just looked up to the
    index of the cluster we are looking for.
    Tested-by: NTorsten Kaiser <just.for.lkml@googlemail.com>
    
    SGI-PV: 972915
    SGI-Modid: xfs-linux-melb:xfs-kern:30033a
    Signed-off-by: NDavid Chinner <dgc@sgi.com>
    Signed-off-by: NLachlan McIlroy <lachlan@sgi.com>
    a7430847
xfs_iget.c 22.2 KB