From: Tejun Heo Date: Tue, 2 Jan 2007 11:19:40 +0000 (+0900) Subject: libata: use ata_id_c_string() X-Git-Tag: v2.6.21-rc1~274^2~524 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bfa79fcb81d2bdb043f60ab4171704467808b55;p=pandora-kernel.git libata: use ata_id_c_string() There were several places where ATA ID strings are manually terminated and in some places possibly unterminated strings were passed to string functions which don't limit length like strstr(). This patch converts all of them over to ata_id_c_string(). Signed-off-by: Tejun Heo Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed