From: Keith Busch Date: Tue, 13 May 2014 17:42:01 +0000 (-0600) Subject: NVMe: Make iod bio timeout a parameter X-Git-Tag: omap-for-v3.16/fixes-against-rc1~12^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61e4ce086df0a64a555880089e3b782517c828c0;p=pandora-kernel.git NVMe: Make iod bio timeout a parameter This was originally set to 4 times the IO timeout, but that was when the IO timeout was 5 seconds instead of 30. 20 seconds for total time to failure seemed more reasonable than 2 minutes for most, but other users have requested to make this a module parameter instead. Signed-off-by: Keith Busch [renamed the module parameter to retry_time] [made retry_time static] Signed-off-by: Matthew Wilcox --- Reading git-diff-tree failed