commit | 9840fcd8cc43bfba486a53b4461044f1a1189cdc | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu Jun 21 18:00:05 2018 +1000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Fri Jul 27 09:58:12 2018 +1000 |
tree | a2ba69532326e0b578283f277c741b4c7de7a21f | |
parent | d1dcd678257603e71cf3f3d84c70e2b6f0f14bb8 [diff] |
fsi: Prevent multiple concurrent rescans The bus scanning process isn't terribly good at parallel attempts at rescanning the same bus. Let's have a per-master mutex protecting the scanning process. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>