commit | e8398bb737ceadff8825aa98cb9f4a5e96857546 | [log] [tgz] |
---|---|---|
author | Stefan Richter <stefanr@s5r6.in-berlin.de> | Sun Jul 23 22:19:00 2006 +0200 |
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | Sun Sep 17 19:29:31 2006 +0200 |
tree | 049eb24f1e8c2277160b58237443a7cf056325b7 | |
parent | 6065772d54a3b994b9b5d3df6413ec6a1c8c2ec1 [diff] |
ieee1394: sbp2: convert sbp2util_down_timeout to waitqueue The waitqueue API is used to replace a custom wait mechanism. Only one global waitqueue (instead of per-device waitqueues or completions) is added because there is usually just one waiter. Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>