]> git.baikalelectronics.ru Git - kernel.git/commit
[SCSI] scsi_transport_sas: make write attrs writeable
authorEric Moore <eric.moore@lsil.com>
Thu, 18 May 2006 00:19:43 +0000 (18:19 -0600)
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>
Sat, 20 May 2006 14:02:28 +0000 (09:02 -0500)
commit653120178be5667d664435001d9e8c96407f5689
tree741cc0395ea33f5c6ddcf330747dbfa206a129c6
parentc008306a40b697f89a6fc6aee24f2b7f8853629a
[SCSI] scsi_transport_sas: make write attrs writeable

A couple write attributes in sas transport layer have a small
bug that prevents them from being written to.  Those
attributes are the link_reset and write_reset.  This is due
the store field being set to NULL.

Signed-off-by: Eric Moore <Eric.Moore@lsil.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/scsi_transport_sas.c