From: James Bottomley Date: Fri, 6 May 2005 18:14:48 +0000 (-0500) Subject: [SCSI] correct the sym2 period setting routines X-Git-Tag: v2.6.12-rc4~19^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4862fedbc37a2c242824b100101f8e6e8488748;p=pandora-kernel.git [SCSI] correct the sym2 period setting routines There's a slight bug in the routines in that if the period requires dt, then the routine will unconditionally set it. DT may only be set if Wide is also set, so this turns back on the wide bit. For domain validation to work correctly, we need to observe the wide bit absolutely. Acked by: Matthew Wilcox Signed-off-by: James Bottomley --- Reading git-diff-tree failed