]> git.baikalelectronics.ru Git - kernel.git/commit
NVMe: Make iod bio timeout a parameter
authorKeith Busch <keith.busch@intel.com>
Tue, 13 May 2014 17:42:01 +0000 (11:42 -0600)
committerMatthew Wilcox <matthew.r.wilcox@intel.com>
Wed, 4 Jun 2014 02:56:43 +0000 (22:56 -0400)
commit2ce852cc26de9a01f2bc04182d04f49ad80c2b56
treecb7cf2a338d9ac64e3a6c720a7c14308c281e636
parent32134e480ba7e76a64fc7006c461a2db2207015a
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 <keith.busch@intel.com>
[renamed the module parameter to retry_time]
[made retry_time static]
Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>
drivers/block/nvme-core.c