xfs: move more delwri setup into xfs_buf_delwri_queue
authorChristoph Hellwig <hch@infradead.org>
Tue, 23 Aug 2011 08:28:05 +0000 (08:28 +0000)
committerAlex Elder <aelder@sgi.com>
Wed, 12 Oct 2011 02:14:59 +0000 (21:14 -0500)
commit5a8ee6bafdd0ab8555adceac8b2cec539a552a1f
tree58ee49a1a736bac15082444e3cd85f0ba568d63d
parent527cfdf19dd538a5a9e46b9bed0f30a38c28438d
xfs: move more delwri setup into xfs_buf_delwri_queue

Do not transfer a reference held by the caller to the buffer on the list,
or decrement it in xfs_buf_delwri_queue, but instead grab a new reference
if needed, and let the caller drop its own reference.  Also move setting
of the XBF_DELWRI and XBF_ASYNC flags into xfs_buf_delwri_queue, and
only do it if needed.  Note that for now xfs_buf_unlock already has
XBF_DELWRI, but that will change in the following patches.

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