Name

kmsg_dump_unregister — unregister a kmsg dumper.

Synopsis

int kmsg_dump_unregister (struct kmsg_dumper * dumper);
 

Arguments

dumper

pointer to the kmsg_dumper structure

Description

Removes a dump device from the system. Returns zero on success and -EINVAL otherwise.