Merge tag 'powerpc-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc...
[linux-2.6-microblaze.git] / drivers / md / dm-log-writes.c
index 5788265..d93a4db 100644 (file)
@@ -834,6 +834,10 @@ static void log_writes_status(struct dm_target *ti, status_type_t type,
        case STATUSTYPE_TABLE:
                DMEMIT("%s %s", lc->dev->name, lc->logdev->name);
                break;
+
+       case STATUSTYPE_IMA:
+               *result = '\0';
+               break;
        }
 }