> +static void nvme_remove_dead_ns(struct nvme_ns *ns) > +{ > + nvme_ns_kill(ns); > + nvme_ns_remove(ns); > +} I would prefer not to add this helper, it just makes the code harder to read.