X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fkobject_uevent.c;h=086a0c6e888e99aef43aeab96c40ddb56b6146a1;hb=cccc65a3b60edaf721cdee5a14f68ba009341822;hp=1b1985c136ec9a00862845f0f516656b2e84b8b0;hpb=d87499ed1a3ba0f6dbcff8d91c96ef132c115d08;p=linux-2.6 diff --git a/lib/kobject_uevent.c b/lib/kobject_uevent.c index 1b1985c136..086a0c6e88 100644 --- a/lib/kobject_uevent.c +++ b/lib/kobject_uevent.c @@ -38,6 +38,10 @@ static char *action_to_string(enum kobject_action action) return "remove"; case KOBJ_CHANGE: return "change"; + case KOBJ_MOUNT: + return "mount"; + case KOBJ_UMOUNT: + return "umount"; case KOBJ_OFFLINE: return "offline"; case KOBJ_ONLINE: