commit | 0b3016b781abeabc502042c942cbc611e31250c7 | [log] [tgz] |
---|---|---|
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | Thu Dec 25 13:38:38 2008 +0100 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Thu Dec 25 13:38:56 2008 +0100 |
tree | a4aead52e4ea230a529e2c9d0899f5fe32f41408 | |
parent | 750887dedc088d28198b170bcae83695247797d1 [diff] |
[S390] serialize stp/etr work The work function dispatched with schedule_work() can be run twice on different cpus because run_workqueue clears the WORK_STRUCT_PENDING bit and then executes the function. Another cpu can call schedule_work() again and run the work function a second time before the first call is completed. This patch serialized the etr and stp work function with a mutex. Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>