Merge tag 'for-5.15/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-microblaze.git] / drivers / md / dm-ps-io-affinity.c
index cb8e83b..f74501e 100644 (file)
@@ -170,6 +170,9 @@ static int ioa_status(struct path_selector *ps, struct dm_path *path,
                pi = path->pscontext;
                DMEMIT("%*pb ", cpumask_pr_args(pi->cpumask));
                break;
+       case STATUSTYPE_IMA:
+               *result = '\0';
+               break;
        }
 
        return sz;