xfs: add discontiguous buffer support to transactions
authorDave Chinner <dchinner@redhat.com>
Fri, 22 Jun 2012 08:50:11 +0000 (18:50 +1000)
committerBen Myers <bpm@sgi.com>
Sun, 1 Jul 2012 19:50:06 +0000 (14:50 -0500)
commitde2a4f59190303ff5b82ead2969968a325e61230
tree90a719a20401085dbb0e4848a49a0862f85059c9
parent6dde27077eaf590eac279627f74b7e4e40b864b2
xfs: add discontiguous buffer support to transactions

Now that the buffer cache supports discontiguous buffers, add
support to the transaction buffer interface for getting and reading
buffers.

Note that this patch does not convert the buffer item logging to
support discontiguous buffers. That will be done as a separate
commit.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Ben Myers <bpm@sgi.com>
fs/xfs/xfs_trans.h
fs/xfs/xfs_trans_buf.c
This page took 0.027099 seconds and 5 git commands to generate.