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)
commit9da1ab181ac1790f86528b86ba5876f037e8dcdc
tree44aed8ed83c4d8b4480d757d2efb0dde475a6500
parent71e330b593905e40d6c5afa824d38ee02d70ce5f
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