]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
linuxkpi: Add `sysfs_create_link()` in <linux/sysfs.h>
authorJean-Sébastien Pédron <dumbbell@FreeBSD.org>
Fri, 8 Dec 2023 21:54:29 +0000 (22:54 +0100)
committerJean-Sébastien Pédron <dumbbell@FreeBSD.org>
Wed, 13 Dec 2023 18:18:46 +0000 (19:18 +0100)
commit509707e8b6b7326c7f4793b6e291f0a8e6939412
tree7902671de341bc6acf13f4fb038e299309c2bdf3
parentb723bcd05a991d446491e914f2b9f35e66227398
linuxkpi: Add `sysfs_create_link()` in <linux/sysfs.h>

[Why]
The amdgpu DRM driver started to use it in Linux 5.18.

[How]
The function is a no-op as I'm not sure how to implement this with
sysctls yet.

Reviewed by: manu
Approved by: manu
Differential Revision: https://reviews.freebsd.org/D43022
sys/compat/linuxkpi/common/include/linux/sysfs.h