ufs: remove unessecary blk_flush_plug
authorChristoph Hellwig <hch@lst.de>
Wed, 30 Mar 2011 10:17:43 +0000 (12:17 +0200)
committerJens Axboe <jaxboe@fusionio.com>
Tue, 5 Apr 2011 21:51:37 +0000 (23:51 +0200)
commitee3dea3549444e6e76d27af48b4929983e6f023c
tree73bb5266cc383717139f50d4b077d5301c14cb53
parent53d63e6b0dfb95882ec0219ba6bbd50cde423794
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>
fs/ufs/truncate.c