lkml.org 
[lkml]   [2011]   [Nov]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[030/262] [SCSI] libsas: set sas_address and device type of rphy
    3.0-stable review patch.  If anyone has any objections, please let me know.

    ------------------

    From: Jack Wang <jack_wang@usish.com>

    commit bb041a0e9c31229071b6e56e1d0d8374af0d2038 upstream.

    Libsas forget to set the sas_address and device type of rphy lead to file
    under /sys/class/sas_x show wrong value, fix that.

    Signed-off-by: Jack Wang <jack_wang@usish.com>
    Tested-by: Crystal Yu <crystal_yu@usish.com>
    Signed-off-by: James Bottomley <JBottomley@Parallels.com>
    Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

    ---
    drivers/scsi/libsas/sas_expander.c | 2 ++
    1 file changed, 2 insertions(+)

    --- a/drivers/scsi/libsas/sas_expander.c
    +++ b/drivers/scsi/libsas/sas_expander.c
    @@ -199,6 +199,8 @@ static void sas_set_ex_phy(struct domain
    phy->virtual = dr->virtual;
    phy->last_da_index = -1;

    + phy->phy->identify.sas_address = SAS_ADDR(phy->attached_sas_addr);
    + phy->phy->identify.device_type = phy->attached_dev_type;
    phy->phy->identify.initiator_port_protocols = phy->attached_iproto;
    phy->phy->identify.target_port_protocols = phy->attached_tproto;
    phy->phy->identify.phy_identifier = phy_id;



    \
     
     \ /
      Last update: 2011-11-10 06:27    [W:3.493 / U:0.172 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site