Commit ee3dea3549444e6e76d27af48b4929983e6f023c

Authored by Christoph Hellwig
Committed by Jens Axboe
1 parent 53d63e6b0d

ufs: remove unessecary blk_flush_plug

We already flush the per-process plugging list when context switching,
so a blk_flush_plug call just before a yield() is not needed.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

... ... @@ -479,7 +479,6 @@
479 479 break;
480 480 if (IS_SYNC(inode) && (inode->i_state & I_DIRTY))
481 481 ufs_sync_inode (inode);
482   - blk_flush_plug(current);
483 482 yield();
484 483 }
485 484