Loading fs/sysfs/file.c +2 −2 Original line number Diff line number Diff line Loading @@ -485,7 +485,7 @@ const struct file_operations sysfs_file_operations = { .poll = sysfs_poll, }; int sysfs_attr_ns(struct kobject *kobj, const struct attribute *attr, static int sysfs_attr_ns(struct kobject *kobj, const struct attribute *attr, const void **pns) { struct sysfs_dirent *dir_sd = kobj->sd; Loading Loading
fs/sysfs/file.c +2 −2 Original line number Diff line number Diff line Loading @@ -485,7 +485,7 @@ const struct file_operations sysfs_file_operations = { .poll = sysfs_poll, }; int sysfs_attr_ns(struct kobject *kobj, const struct attribute *attr, static int sysfs_attr_ns(struct kobject *kobj, const struct attribute *attr, const void **pns) { struct sysfs_dirent *dir_sd = kobj->sd; Loading