Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mount_action: populate just one device in cache #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nwf
Copy link

@nwf nwf commented Jun 17, 2023

We're given the device basename as a parameter and then search through the cache to find it. Just load the one device, saving the probes for the ones we don't care about.

FIXES #2

block.c Outdated Show resolved Hide resolved
@nwf nwf force-pushed the hotplug-accidentally-quadratic branch from 2578681 to 914e0a6 Compare June 17, 2023 15:23
block.c Outdated Show resolved Hide resolved
@nwf nwf force-pushed the hotplug-accidentally-quadratic branch from 914e0a6 to 0c49b7f Compare June 24, 2023 03:24
We're given the device basename as a parameter and then search through
the cache to find it.  Just load the one device, saving the probes for
the ones we don't care about.

FIXES openwrt#2
@nwf nwf force-pushed the hotplug-accidentally-quadratic branch from 0c49b7f to a3f2c15 Compare June 2, 2024 04:20
@nwf
Copy link
Author

nwf commented Jun 20, 2024

I believe this is ready to go, @dangowrt. Yes?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Block hotplug is accidentally quadratic
2 participants