commit | 1922c949c59f93beb560d59874bcc6d5c00115ac | [log] [tgz] |
---|---|---|
author | Dave Chinner <dchinner@redhat.com> | Wed Sep 22 10:47:20 2010 +1000 |
committer | Alex Elder <aelder@sgi.com> | Mon Oct 18 15:07:50 2010 -0500 |
tree | f680f7cc4a36f9233f2c54c473a69a658ea9e224 | |
parent | 26af655233dd486659235f3049959d2f7dafc5a1 [diff] |
xfs: use unhashed buffers for size checks When we are checking we can access the last block of each device, we do not need to use cached buffers as they will be tossed away immediately. Use uncached buffers for size checks so that all IO prior to full in-memory structure initialisation does not use the buffer cache. Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Alex Elder <aelder@sgi.com>