chiark
/
gitweb
/
~ianmdlvl
/
elogind.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff9a488
)
path_id: fix loop for SAS devices
author
Kay Sievers
<kay.sievers@suse.de>
Thu, 13 Apr 2006 07:44:07 +0000
(09:44 +0200)
committer
Kay Sievers
<kay.sievers@suse.de>
Thu, 13 Apr 2006 07:44:07 +0000
(09:44 +0200)
extras/path_id/path_id
patch
|
blob
|
history
diff --git
a/extras/path_id/path_id
b/extras/path_id/path_id
index 0274be391ad95a7961cbb1a49230d059607f8558..3f8efd63ac3dc8ac6e4423e8042cdd7880cb37d0 100755
(executable)
--- a/
extras/path_id/path_id
+++ b/
extras/path_id/path_id
@@
-244,7
+244,7
@@
handle_sas () {
return
fi
sas_phy_address="$phy_address:$phy_port:$phy_id"
- sas_rphy_dev="${sas_host_path}/${sas_phy_
id}/${sas_rphy_id
}/sas_rphy:${sas_rphy_id}"
+ sas_rphy_dev="${sas_host_path}/${sas_phy_
path
}/sas_rphy:${sas_rphy_id}"
if [ -e "$sas_rphy_dev/sas_address" ]; then
read rphy_address < $sas_rphy_dev/sas_address
read rphy_id < $sas_rphy_dev/phy_identifier