]> err.no Git - linux-2.6/blobdiff - drivers/scsi/aacraid/commsup.c
[SCSI] aacraid: adjustable timeouts
[linux-2.6] / drivers / scsi / aacraid / commsup.c
index 9f9f4aae23c02a498ad55a6af9b2a9cd249cffe1..1c83af3d0f3d499084c5385a5a7c08e70148e3f1 100644 (file)
@@ -1214,7 +1214,7 @@ int aac_command_thread(void *data)
                                                 * since the last read off
                                                 * the queue?
                                                 */
-                                               if ((time_now - time_last) > 120) {
+                                               if ((time_now - time_last) > aif_timeout) {
                                                        entry = entry->next;
                                                        aac_close_fib_context(dev, fibctx);
                                                        continue;