commit | ee3dea3549444e6e76d27af48b4929983e6f023c | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Mar 30 12:17:43 2011 +0200 |
committer | Jens Axboe <jaxboe@fusionio.com> | Tue Apr 05 23:51:37 2011 +0200 |
tree | 73bb5266cc383717139f50d4b077d5301c14cb53 | |
parent | 53d63e6b0dfb95882ec0219ba6bbd50cde423794 [diff] |
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>