summaryrefslogtreecommitdiff
path: root/extras/multipath/ChangeLog
diff options
context:
space:
mode:
authorchristophe.varoqui@free.fr <christophe.varoqui@free.fr>2003-12-22 20:53:55 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 21:13:10 -0700
commit01ff79f58925dd26a717ae78f201d739053b5477 (patch)
treeada112d67746f225875f6f83e1ba7084e588b5f2 /extras/multipath/ChangeLog
parent88bca8484d88ce543f40d631ec9048795a725c13 (diff)
[PATCH] extras multipath update
incremental to 20031222-2, 2003-12-22 multipath-010 * tweak the install target in Makefile * stop passing fds as argument : this change enable a strict segregation of ugly 2.4 code * sysfs version of get_lun_strings() * be careful about the return of get_unique_id() since errors formerly caught up by if(open()) in the caller fn are now returned by get_unique_id() * send get_serial() in unused.c
Diffstat (limited to 'extras/multipath/ChangeLog')
-rw-r--r--extras/multipath/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/extras/multipath/ChangeLog b/extras/multipath/ChangeLog
index ee26e06ac0..730d6e34a6 100644
--- a/extras/multipath/ChangeLog
+++ b/extras/multipath/ChangeLog
@@ -1,4 +1,12 @@
2003-12-22 multipath-010
+ * tweak the install target in Makefile
+ * stop passing fds as argument : this change enable a strict
+ segregation of ugly 2.4 code
+ * sysfs version of get_lun_strings()
+ * be careful about the return of get_unique_id() since errors
+ formerly caught up by if(open()) in the caller fn are now returned
+ by get_unique_id()
+ * send get_serial() in unused.c
* introduce dm-simplecmd for RESUME & SUSPEND requests
* split add_map() in setup_map() & dm-addmap()
* setup_map() correctly submits "SUSPEND-RELOAD-RESUME or CREATE"