From: Chris Gianelloni Date: Thu, 8 Jan 2009 17:40:58 +0000 (-0800) Subject: Adding multipath support is really two different functions, so split them. X-Git-Tag: v3.4.10.904~26 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=dbe8c965fcff10692f298568dbf47b4bb4cd3111;p=genkernel.git Adding multipath support is really two different functions, so split them. --- diff --git a/ChangeLog b/ChangeLog index fd03217..75aabd4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2009 Gentoo Foundation; 2008 Chris Gianelloni, Andrew Gaffney # Distributed under the GPL v2 + 08 Jan 2009; Chris Gianelloni M: + Adding multipath support is really two different functions, so split them. + 08 Jan 2009; Chris Gianelloni M: Adding a note about documenting the code paths. diff --git a/TODO b/TODO index 012d32d..5eedc3b 100644 --- a/TODO +++ b/TODO @@ -14,7 +14,8 @@ - FCP - Software - iSCSI - - Multipath (dm-multipath) + - Multipath support for block devices + - Multipath updates/notification via multipathd - ATA over Ethernet - FCP over Ethernet - Document the different code paths and hooks for external modules