sysfs: Use local reference in compat_only_sysfs_link_entry_to_kobj()
authorGeert Uytterhoeven <geert@linux-m68k.org>
Wed, 14 Jul 2021 15:15:59 +0000 (17:15 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 21 Jul 2021 14:11:42 +0000 (16:11 +0200)
commitd3ce197903279c5497d4fa9cc97b519400dc4a44
treed6a7a2511c1360bdad69f47cc114b668929b5f95
parentfe968ca2cac91888310b143a483123c84906e3fc
sysfs: Use local reference in compat_only_sysfs_link_entry_to_kobj()

As we have just obtained target_kobj->sd into a local variable, and
incremented the object's reference count, it is better to use the local
variable instead of the original reference.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Link: https://lore.kernel.org/r/20210714151559.2532572-1-geert@linux-m68k.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/sysfs/group.c