From: Jan Glauber Date: Thu, 25 Nov 2010 08:52:46 +0000 (+0100) Subject: [S390] qdio: free indicator after reset is finished X-Git-Tag: v2.6.37-rc4~21^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4814a2b3c603438ed8c330c74b49aa662b1ede43;p=pandora-kernel.git [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 Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed