From 51fbdaadc3a782a7003c375b57e19469cac950b9 Mon Sep 17 00:00:00 2001 From: Tejun Heo Date: Wed, 17 Jan 2007 11:34:02 +0900 Subject: [PATCH] --- yaml --- r: 45583 b: refs/heads/master c: 501e0c500217e38276d61445ee0839b3f2c66d05 h: refs/heads/master i: 45581: ab412ec30293a14818c3c8a7aa8674a76708e52e 45579: 5d0d7c23a3aa5c1eeb56b96273088b53a81e0267 45575: 05f65bfdfa122c40b30245ca92cffa7514eba6e5 45567: 7e365dd9da39b728c06fca40bcaba3b5cb47daf0 v: v3 --- [refs] | 2 +- trunk/include/linux/libata.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 71c1fcc1528a..849afb70c1a4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 96bc103f4c4e470d82ba5e372191d02ad715da45 +refs/heads/master: 501e0c500217e38276d61445ee0839b3f2c66d05 diff --git a/trunk/include/linux/libata.h b/trunk/include/linux/libata.h index ab2754830322..e53a13ba7f78 100644 --- a/trunk/include/linux/libata.h +++ b/trunk/include/linux/libata.h @@ -1143,6 +1143,7 @@ static inline void ata_tf_init(struct ata_device *dev, struct ata_taskfile *tf) static inline void ata_qc_reinit(struct ata_queued_cmd *qc) { + qc->dma_dir = DMA_NONE; qc->__sg = NULL; qc->flags = 0; qc->cursect = qc->cursg = qc->cursg_ofs = 0;