From: Tejun Heo Date: Fri, 26 Oct 2007 06:53:59 +0000 (+0900) Subject: libata: flush is an IO command X-Git-Tag: v2.6.24-rc2~76^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b666da35d900c26cbea1caa465649e2e0afa406c;p=pandora-kernel.git libata: flush is an IO command ATA_QCFLAG_IO is used to mark commands which are used to perform regluar IO transfers via block layer. These commands are assumed to be valid and taken more seriously during error handling. Cache flush is used by regular IO path and necessary for data integrity. Mark it with ATA_QCFLAG_IO. Signed-off-by: Tejun Heo Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed