diff options
author | Christoph Hellwig <hch@lst.de> | 2011-03-30 12:17:43 +0200 |
---|---|---|
committer | Jens Axboe <jaxboe@fusionio.com> | 2011-04-05 23:51:37 +0200 |
commit | ee3dea3549444e6e76d27af48b4929983e6f023c (patch) | |
tree | 73bb5266cc383717139f50d4b077d5301c14cb53 /fs/ufs/truncate.c | |
parent | 53d63e6b0dfb95882ec0219ba6bbd50cde423794 (diff) | |
download | blackbird-obmc-linux-ee3dea3549444e6e76d27af48b4929983e6f023c.tar.gz blackbird-obmc-linux-ee3dea3549444e6e76d27af48b4929983e6f023c.zip |
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>
Diffstat (limited to 'fs/ufs/truncate.c')
-rw-r--r-- | fs/ufs/truncate.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ufs/truncate.c b/fs/ufs/truncate.c index 11014302c9ca..5f821dbc0579 100644 --- a/fs/ufs/truncate.c +++ b/fs/ufs/truncate.c @@ -479,7 +479,6 @@ int ufs_truncate(struct inode *inode, loff_t old_i_size) break; if (IS_SYNC(inode) && (inode->i_state & I_DIRTY)) ufs_sync_inode (inode); - blk_flush_plug(current); yield(); } |