]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: sync work is now only periodic log work
authorDave Chinner <dchinner@redhat.com>
Mon, 8 Oct 2012 10:56:02 +0000 (21:56 +1100)
committerBen Myers <bpm@sgi.com>
Wed, 17 Oct 2012 16:53:29 +0000 (11:53 -0500)
commit4cdcd6fbfd9b1f9f60565c83985a1ef3c720a2b4
treefe6a0e5f14e3b2c0c6e01dcddbf6de1b8b3de26e
parentd53f0febc91dddf18af01d7ccee1b3e7e600b623
xfs: sync work is now only periodic log work

The only thing the periodic sync work does now is flush the AIL and
idle the log. These are really functions of the log code, so move
the work to xfs_log.c and rename it appropriately.

The only wart that this leaves behind is the xfssyncd_centisecs
sysctl, otherwise the xfssyncd is dead. Clean up any comments that
related to xfssyncd to reflect it's passing.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Mark Tinguely <tinguely@sgi.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Ben Myers <bpm@sgi.com>
fs/xfs/xfs_log.c
fs/xfs/xfs_log.h
fs/xfs/xfs_log_priv.h
fs/xfs/xfs_mount.h
fs/xfs/xfs_super.c
fs/xfs/xfs_sync.c
fs/xfs/xfs_sync.h