]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: forced unmounts need to push the CIL
authorDave Chinner <dchinner@redhat.com>
Mon, 17 May 2010 05:51:59 +0000 (15:51 +1000)
committerAlex Elder <aelder@sgi.com>
Mon, 24 May 2010 15:38:14 +0000 (10:38 -0500)
commitee16e8ac6d2478308f0d4b5f59f5f42827bb7370
tree44aed8ed83c4d8b4480d757d2efb0dde475a6500
parent5d83e04839cc5aa4302c11701ddaae6a720d694d
xfs: forced unmounts need to push the CIL

If the filesystem is being shut down and the there is no log error,
the current code forces out the current log buffers. This code now needs
to push the CIL before it forces out the log buffers to acheive the same
result.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Alex Elder <aelder@sgi.com>
fs/xfs/xfs_log.c