On 02/03/2026 02:54, Benjamin Marzinski wrote:
static bool scsi_multipath_sysfs_attr_visible(struct kobject *kobj, + struct attribute *attr, int n)The return for this is actually a umode_t.+{ + return false; +} +DEFINE_SYSFS_GROUP_VISIBLE(scsi_multipath_sysfs)Nitpick again: This could just use DEFINE_SIMPLE_SYSFS_GROUP_VISIBLE() Also, this code would make more sense in the next patch.
ok, can change, thanks!

