From: Tejun Heo Date: Tue, 17 Apr 2007 14:44:06 +0000 (+0900) Subject: libata: allocate ap separately from shost X-Git-Tag: v2.6.22-rc1~1111^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4911487a34baa89ec5b5f09a661761b73091fbec;p=pandora-kernel.git libata: allocate ap separately from shost Don't embed ap inside shost. Allocate it separately and point it back from shosts's hostdata. This makes port allocation more flexible and allows regular ATA and SAS share host alloc/init paths. Signed-off-by: Tejun Heo Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed