From: Tejun Heo Date: Tue, 13 Dec 2011 23:33:39 +0000 (+0100) Subject: block, cfq: remove delayed unlink X-Git-Tag: v3.3-rc1~49^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9a1920837bc53430d339380e393a6e4c372939f;p=pandora-kernel.git block, cfq: remove delayed unlink Now that all cic's are immediately unlinked from both ioc and queue, lazy dropping from lookup path and trimming on elevator unregister are unnecessary. Kill them and remove now unused elevator_ops->trim(). This also leaves call_for_each_cic() without any user. Removed. Signed-off-by: Tejun Heo Signed-off-by: Jens Axboe --- Reading git-diff-tree failed