]> Git Repo - linux.git/commit
[S390] qdio: free indicator after reset is finished
authorJan Glauber <[email protected]>
Thu, 25 Nov 2010 08:52:46 +0000 (09:52 +0100)
committerMartin Schwidefsky <[email protected]>
Thu, 25 Nov 2010 08:52:59 +0000 (09:52 +0100)
commit4814a2b3c603438ed8c330c74b49aa662b1ede43
tree34ee08991ea06dc467638f94ff5cc8ea400b18ed
parente8129c642155616d9e2160a75f103e127c8c3708
[S390] qdio: free indicator after reset is finished

The qdio device indicator is freed before the device is notified that
the indicator is reset. This sequence contains a race when the freed
indicator is used by a new device while the reset of the indicator is
still pending. Do the reset operation before freeing the indicator to
avoid that potential race.

Signed-off-by: Jan Glauber <[email protected]>
Signed-off-by: Martin Schwidefsky <[email protected]>
drivers/s390/cio/qdio_thinint.c
This page took 0.050663 seconds and 4 git commands to generate.