]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit61e4ce086df0a64a555880089e3b782517c828c0
treecb7cf2a338d9ac64e3a6c720a7c14308c281e636
parent6808c5fb7fc1574c7608a38c9819f1639d89c3d0
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