the overdue removal of the mount/umount uevents
[deliverable/linux.git] / lib / kobject_uevent.c
index d9a3510ed2e2f198b26846445eff73390cd7aa32..12e311dc664cc8d58aa29264050e2f4a8f234e2c 100644 (file)
@@ -42,10 +42,6 @@ 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:
This page took 0.060442 seconds and 5 git commands to generate.