commit | 9da1ab181ac1790f86528b86ba5876f037e8dcdc | [log] [tgz] |
---|---|---|
author | Dave Chinner <dchinner@redhat.com> | Mon May 17 15:51:59 2010 +1000 |
committer | Alex Elder <aelder@sgi.com> | Mon May 24 10:38:14 2010 -0500 |
tree | 44aed8ed83c4d8b4480d757d2efb0dde475a6500 | |
parent | 71e330b593905e40d6c5afa824d38ee02d70ce5f [diff] |
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>