From: Stephen M. Cameron Date: Tue, 18 Feb 2014 19:55:43 +0000 (-0600) Subject: [SCSI] hpsa: poll controller to detect device change event X-Git-Tag: v3.15-rc1~136^2~126 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76438d087f18fc0ce0431bf22e5195ec3db1656c;p=pandora-kernel.git [SCSI] hpsa: poll controller to detect device change event For shared SAS configurations, hosts need to poll Smart Arrays periodically in order to be able to detect configuration changes such as logical drives being added or removed from remote hosts. A register on the controller indicates when such events have occurred, and the driver polls the register via a workqueue and kicks off a rescan of devices if such an event is detected. Additionally, changes to logical drive raid offload eligibility are autodetected in this way. Signed-off-by: Stephen M. Cameron Signed-off-by: Scott Teel Signed-off-by: James Bottomley --- Reading git-diff-tree failed