From: Cornelia Huck Date: Fri, 27 Apr 2007 14:01:39 +0000 (+0200) Subject: [S390] cio: Unregister ccw devices directly. X-Git-Tag: v2.6.22-rc1~1130^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef99516c9646802c3d38c3eb83de302e05b3c1b5;p=pandora-kernel.git [S390] cio: Unregister ccw devices directly. We used to unregister ccw devices not directly from the I/O subchannel remove function in order to avoid lifelocks on the css bus semaphore. This semaphore is gone, and there is no reason to not unregister the ccw device directly (it is even better since it is more in keeping with the goal of immediate disconnect). Signed-off-by: Cornelia Huck Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed