]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
cdev_del() should only put it's kernel object in the LinuxKPI.
authorHans Petter Selasky <hselasky@FreeBSD.org>
Tue, 11 May 2021 18:51:35 +0000 (20:51 +0200)
committerHans Petter Selasky <hselasky@FreeBSD.org>
Tue, 11 May 2021 19:00:23 +0000 (21:00 +0200)
commit67807f5066a012254da9a4535c0f225377afb66d
tree1ebafe3e9fe5da768ca3c2d044edc867c27afe39
parent904390b4787d2e4a0d9d8ca9cb0d6da5a4fb320c
cdev_del() should only put it's kernel object in the LinuxKPI.

The destructor takes care of the rest.

MFC after: 1 week
Sponsored by: Mellanox Technologies // NVIDIA Networking
sys/compat/linuxkpi/common/include/linux/cdev.h
sys/compat/linuxkpi/common/src/linux_compat.c