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)
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>

No differences found