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 1302d1d95a5..296a7995a00 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,  	bp->b_iodone = xfs_buf_iodone_callbacks;  	bip->bli_item.li_cb = xfs_buf_iodone; -	xfs_buf_delwri_queue(bp); -  	trace_xfs_trans_log_buf(bip);  	/*  |