diff options
Diffstat (limited to 'fs/xfs/xfs_trans_buf.c')
-rw-r--r-- | fs/xfs/xfs_trans_buf.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/xfs/xfs_trans_buf.c b/fs/xfs/xfs_trans_buf.c index 1302d1d95a58..296a7995a007 100644 --- a/fs/xfs/xfs_trans_buf.c +++ b/fs/xfs/xfs_trans_buf.c | |||
@@ -626,8 +626,6 @@ xfs_trans_log_buf(xfs_trans_t *tp, | |||
626 | bp->b_iodone = xfs_buf_iodone_callbacks; | 626 | bp->b_iodone = xfs_buf_iodone_callbacks; |
627 | bip->bli_item.li_cb = xfs_buf_iodone; | 627 | bip->bli_item.li_cb = xfs_buf_iodone; |
628 | 628 | ||
629 | xfs_buf_delwri_queue(bp); | ||
630 | |||
631 | trace_xfs_trans_log_buf(bip); | 629 | trace_xfs_trans_log_buf(bip); |
632 | 630 | ||
633 | /* | 631 | /* |