summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_sync.c
diff options
context:
space:
mode:
authorChristoph Hellwig2011-08-23 10:28:06 +0200
committerAlex Elder2011-10-12 04:14:59 +0200
commit61551f1ee536289084a4a8f1c4f187e2f371c440 (patch)
treeb160fd8779bafb6ec8e99f928bcb3e222a91817e /fs/xfs/xfs_sync.c
parentxfs: move more delwri setup into xfs_buf_delwri_queue (diff)
downloadkernel-qcow2-linux-61551f1ee536289084a4a8f1c4f187e2f371c440.tar.gz
kernel-qcow2-linux-61551f1ee536289084a4a8f1c4f187e2f371c440.tar.xz
kernel-qcow2-linux-61551f1ee536289084a4a8f1c4f187e2f371c440.zip
xfs: call xfs_buf_delwri_queue directly
Unify the ways we add buffers to the delwri queue by always calling xfs_buf_delwri_queue directly. The xfs_bdwrite functions is removed and opencoded in its callers, and the two places setting XBF_DELWRI while a buffer is locked and expecting xfs_buf_unlock to pick it up are converted to call xfs_buf_delwri_queue directly, too. Also replace the XFS_BUF_UNDELAYWRITE macro with direct calls to xfs_buf_delwri_dequeue to make the explicit queuing/dequeuing more obvious. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Alex Elder <aelder@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_sync.c')
0 files changed, 0 insertions, 0 deletions