From: Jens Axboe Date: Thu, 13 Mar 2014 15:38:42 +0000 (-0600) Subject: block: remove old blk_iopoll_enabled variable X-Git-Tag: v3.15-rc1~135^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89f8b33ca1ea881d1d84542282cb85d07d02e78d;p=pandora-kernel.git block: remove old blk_iopoll_enabled variable This was a debugging measure to toggle enabled/disabled when testing. But for real production setups, it's not safe to toggle this setting without either reloading drivers of quiescing IO first. Neither of which the toggle enforces. Additionally, it makes drivers deal with the conditional state. Remove it completely. It's up to the driver whether iopoll is enabled or not. Signed-off-by: Jens Axboe --- Reading git-diff-tree failed