From: Jonathan E Brassow Date: Thu, 9 Nov 2006 01:44:43 +0000 (-0800) Subject: [PATCH] dm: multipath: fix rr_add_path order X-Git-Tag: v2.6.19-rc6~60 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d55fdf94998db1df9ee7f1def8806bfd0e5ff73;p=pandora-kernel.git [PATCH] dm: multipath: fix rr_add_path order When adding paths to the round-robin path selector, their order gets inverted, which is not desirable. Fix by replacing list_add() with list_add_tail(). Signed-off-by: Jonathan E Brassow Signed-off-by: Alasdair G Kergon Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed