xfs: introduced uncached buffer read primitve
authorDave Chinner <dchinner@redhat.com>
Fri, 24 Sep 2010 11:58:31 +0000 (21:58 +1000)
committerAlex Elder <aelder@sgi.com>
Mon, 18 Oct 2010 20:07:47 +0000 (15:07 -0500)
To avoid the need to use cached buffers for single-shot or buffers
cached at the filesystem level, introduce a new buffer read
primitive that bypasses the cache an reads directly from disk.

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

No differences found