From: Kristian Høgsberg Date: Tue, 6 Feb 2007 19:49:32 +0000 (-0500) Subject: firewire: Implement proper transaction cancelation. X-Git-Tag: v2.6.22-rc1~111^2~100 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=730c32f58ba81b3a4fe6d19c7d9e9829dd96d363;p=pandora-kernel.git firewire: Implement proper transaction cancelation. Drivers such as fw-sbp2 had no way to properly cancel in-progress transactions, which could leave a pending transaction or an unset packet in the low-level queues after kfree'ing the containing structure. fw_cancel_transaction() lets drivers cancel a submitted transaction. Signed-off-by: Kristian Høgsberg Signed-off-by: Stefan Richter --- Reading git-diff-tree failed