[XFS] Remove periodic logging of in-core superblock counters.
authorDavid Chinner <dgc@sgi.com>
Thu, 17 Apr 2008 06:49:55 +0000 (16:49 +1000)
committerLachlan McIlroy <lachlan@redback.melbourne.sgi.com>
Fri, 18 Apr 2008 02:03:12 +0000 (12:03 +1000)
commit7e20694d91f817f8e9f62404aca793ae0df4d98a
tree36831242dad3429ea4bb56f681ebd8c82d3d2200
parente6430037e9fd0b3d02ceaf5ab99bfe3ccb763be7
[XFS] Remove periodic logging of in-core superblock counters.

xfssyncd triggers the logging of superblock counters every 30s if the
filesystem is made with lazy-count=1. This will prevent disks from idling
and spinning down as there will be a log write every 30s. With the way
counter recovery works for lazy-count=1, this code is unnecessary and
provides no real benefit, so just remove it.

SGI-PV: 980145
SGI-Modid: xfs-linux-melb:xfs-kern:30840a

Signed-off-by: David Chinner <dgc@sgi.com>
Signed-off-by: Barry Naujok <bnaujok@sgi.com>
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
fs/xfs/linux-2.6/xfs_super.c
fs/xfs/linux-2.6/xfs_vfs.h
fs/xfs/xfs_vfsops.c