From: Jesper Juhl Date: Tue, 10 Jan 2006 04:54:44 +0000 (-0800) Subject: [PATCH] Decrease number of pointer derefs in multipath.c X-Git-Tag: v2.6.16-rc1~483 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=352d768b19408d3c019a3fa09fd5bfed99a55bc6;p=pandora-kernel.git [PATCH] Decrease number of pointer derefs in multipath.c Decrease the number of pointer derefs in drivers/md/multipath.c Benefits of the patch: - Fewer pointer dereferences should make the code slightly faster. - Size of generated code is smaller - improved readability Signed-off-by: Jesper Juhl Acked-by: Ingo Molnar Cc: Alasdair G Kergon Acked-by: NeilBrown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed