From: Clemens Ladisch Date: Mon, 10 Jan 2011 16:28:39 +0000 (+0100) Subject: firewire: cdev: always wait for outbound transactions to complete X-Git-Tag: v2.6.39-rc1~400^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a5e62da9be255439e8ce59f96828775b7b33374;p=pandora-kernel.git firewire: cdev: always wait for outbound transactions to complete We must not use fw_cancel_transaction() because it cannot correctly abort still-active transactions. The only place in core-cdev where this matters is when the file is released. Instead of trying to abort the transactions, we wait for them to complete normally, i.e., until all outbound transaction resources have been removed from the IDR tree. Signed-off-by: Clemens Ladisch Signed-off-by: "Stefan Richter" --- Reading git-diff-tree failed