From: Shannon Nelson Date: Thu, 18 Oct 2007 10:07:14 +0000 (-0700) Subject: I/OAT: Tighten descriptor setup performance X-Git-Tag: v2.6.24-rc1~297 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f2b291f56d08e001454d16d3c92e175434898b3;p=pandora-kernel.git I/OAT: Tighten descriptor setup performance The change to the async_tx interface cost this driver some performance by spreading the descriptor setup across several functions, including multiple passes over the new descriptor chain. Here we bring the work back into one primary function and only do one pass. [akpm@linux-foundation.org: cleanups, uninline] Signed-off-by: Shannon Nelson Cc: Dan Williams Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed