From: Sebastian Ott Date: Thu, 1 Dec 2011 12:32:20 +0000 (+0100) Subject: [S390] cio: disallow driver io for known to be broken paths X-Git-Tag: v3.2-rc5~46^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=659213b899f389d3a1e211796713ceaaa280fa44;p=pandora-kernel.git [S390] cio: disallow driver io for known to be broken paths When a driver requests to do IO, we will adjust the mask of paths to be used to exclude varied offline paths. Drivers trying to do IO solely on paths which are online but some way defective may lack the information to do proper error handling. There is no reason to allow the usage of known to be broken paths. Thus restrict the paths a ccw driver can use for IO to a subset of the paths cio found usable (this also excludes offline paths). Signed-off-by: Sebastian Ott Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed