summaryrefslogtreecommitdiffstats
path: root/drivers/ptp
diff options
context:
space:
mode:
authorDave Chinner <dchinner@redhat.com>2012-06-22 10:50:08 +0200
committerBen Myers <bpm@sgi.com>2012-07-01 21:50:04 +0200
commitcbb7baab285a540f173ef1ec3d5bcf9d0ad29d16 (patch)
tree33b570bfdf1a9e50482968823b05dd7c99b1e665 /drivers/ptp
parentxfs: struct xfs_buf_log_format isn't variable sized. (diff)
downloadlinux-cbb7baab285a540f173ef1ec3d5bcf9d0ad29d16.tar.xz
linux-cbb7baab285a540f173ef1ec3d5bcf9d0ad29d16.zip
xfs: separate buffer indexing from block map
To support discontiguous buffers in the buffer cache, we need to separate the cache index variables from the I/O map. While this is currently a 1:1 mapping, discontiguous buffer support will break this relationship. However, for caching purposes, we can still treat them the same as a contiguous buffer - the block number of the first block and the length of the buffer - as that is still a unique representation. Also, the only way we will ever access the discontiguous regions of buffers is via bulding the complete buffer in the first place, so using the initial block number and entire buffer length is a sane way to index the buffers. Add a block mapping vector construct to the xfs_buf and use it in the places where we are doing IO instead of the current b_bn/b_length variables. Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Ben Myers <bpm@sgi.com>
Diffstat (limited to 'drivers/ptp')
0 files changed, 0 insertions, 0 deletions