SPDX-FileCopyrightText: 2025 Alyssa Ross SPDX-License-Identifier: ISC diff --git a/src/mdevd/mdevd.c b/src/mdevd/mdevd.c index 3040ba6..aecd5a7 100644 --- a/src/mdevd/mdevd.c +++ b/src/mdevd/mdevd.c @@ -643 +643 @@ static inline int run_scriptelem (struct uevent_s const *event, scriptelem const - if (nodelen && ud->action == ACTION_ADD && ud->mmaj >= 0) + if (elem->movetype != MOVEINFO_NOCREATE && nodelen && ud->action == ACTION_ADD && ud->mmaj >= 0)