Loading fs/sysfs/dir.c +8 −7 Original line number Diff line number Diff line Loading @@ -990,7 +990,8 @@ static struct sysfs_dirent *sysfs_dir_next_pos(const void *ns, struct sysfs_dirent *parent_sd, ino_t ino, struct sysfs_dirent *pos) { pos = sysfs_dir_pos(ns, parent_sd, ino, pos); if (pos) do { if (pos) do { struct rb_node *node = rb_next(&pos->s_rb); if (!node) pos = NULL; Loading Loading
fs/sysfs/dir.c +8 −7 Original line number Diff line number Diff line Loading @@ -990,7 +990,8 @@ static struct sysfs_dirent *sysfs_dir_next_pos(const void *ns, struct sysfs_dirent *parent_sd, ino_t ino, struct sysfs_dirent *pos) { pos = sysfs_dir_pos(ns, parent_sd, ino, pos); if (pos) do { if (pos) do { struct rb_node *node = rb_next(&pos->s_rb); if (!node) pos = NULL; Loading