From: Mike Christie Date: Sat, 9 Oct 2010 00:12:10 +0000 (-0700) Subject: [SCSI] libfc: fix setting of rport dev loss X-Git-Tag: v2.6.37-rc1~6^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73b4376477672a4336cba5f26ede2e277511ce70;p=pandora-kernel.git [SCSI] libfc: fix setting of rport dev loss There does not seem to be a reason why libfc adds a 5 second delay to the user requested value for the dev loss tmo. There also does not seem to be a reason to allow setting it to 0 (or really close). This patch removes the extra 5 sec delay, and for 0 it sets it to 1 like other fc drivers. We should actually be able to set it to 0 since the queue_delayed_work API will just call queue_work, but other drivers set it to 1 in that case. Signed-off-by: Mike Christie Signed-off-by: Robert Love Signed-off-by: James Bottomley --- Reading git-diff-tree failed