• David Chinner's avatar
    [XFS] Don't double count reserved block changes on UP. · d349404f
    David Chinner authored
    On uniprocessor machines, the incore superblock is used for all in memory
    accounting of free blocks. in this situation, changes to the reserved
    block count are accounted twice; once directly and once via
    xfs_mod_incore_sb(). Seeing as the modification on SMP is done via
    xfs_mod_incore_sb(), make this the only update mechanism that UP uses as
    well.
    
    SGI-PV: 980654
    SGI-Modid: xfs-linux-melb:xfs-kern:30997a
    Signed-off-by: default avatarDavid Chinner <dgc@sgi.com>
    Signed-off-by: default avatarLachlan McIlroy <lachlan@sgi.com>
    d349404f
xfs_fsops.c 17.8 KB