]> Git Repo - linux.git/commit
sysfs: Wrap __compat_only_sysfs_link_entry_to_kobj function to change the symlink...
authorSourabh Jain <[email protected]>
Wed, 11 Dec 2019 16:09:06 +0000 (21:39 +0530)
committerMichael Ellerman <[email protected]>
Wed, 19 Feb 2020 10:07:09 +0000 (21:07 +1100)
commit9255782f70614c89b1a15ec6997c4b72ce9e630a
treee170801c0010faf3b1fed320fedcf7c52d01b25f
parentf52153ab383f04a45c38d8a7f55a4249477b20df
sysfs: Wrap __compat_only_sysfs_link_entry_to_kobj function to change the symlink name

The __compat_only_sysfs_link_entry_to_kobj function creates a symlink
to a kobject but doesn't provide an option to change the symlink file
name.

This patch adds a wrapper function compat_only_sysfs_link_entry_to_kobj
that extends the __compat_only_sysfs_link_entry_to_kobj functionality
which allows function caller to customize the symlink name.

Signed-off-by: Sourabh Jain <[email protected]>
[mpe: Fix compile error when CONFIG_SYSFS=n]
Signed-off-by: Michael Ellerman <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
fs/sysfs/group.c
include/linux/sysfs.h
This page took 0.05793 seconds and 4 git commands to generate.