zonefs: Remove to_attr() helper function
authorDamien Le Moal <damien.lemoal@opensource.wdc.com>
Mon, 31 Oct 2022 02:30:31 +0000 (11:30 +0900)
committerDamien Le Moal <damien.lemoal@opensource.wdc.com>
Wed, 16 Nov 2022 07:08:31 +0000 (16:08 +0900)
commit61ba9e9712e187e019e6451bb9fc8eb24685fc50
treea92709dc3d3d993511b3f7234a6caac26a7fa22f
parent7dd12d65ac646046a3fe0bbf9a4e86f4514207b3
zonefs: Remove to_attr() helper function

to_attr() in zonefs sysfs code is unused, which it causes a warning when
compiling with clang and W=1. Delete it to prevent the warning.

Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
fs/zonefs/sysfs.c