Loading kernel/cgroup/cgroup.c +1 −3 Original line number Diff line number Diff line Loading @@ -5978,11 +5978,9 @@ static ssize_t show_delegatable_files(struct cftype *files, char *buf, ret += snprintf(buf + ret, size - ret, "%s\n", cft->name); if (unlikely(ret >= size)) { WARN_ON(1); if (WARN_ON(ret >= size)) break; } } return ret; } Loading Loading
kernel/cgroup/cgroup.c +1 −3 Original line number Diff line number Diff line Loading @@ -5978,11 +5978,9 @@ static ssize_t show_delegatable_files(struct cftype *files, char *buf, ret += snprintf(buf + ret, size - ret, "%s\n", cft->name); if (unlikely(ret >= size)) { WARN_ON(1); if (WARN_ON(ret >= size)) break; } } return ret; } Loading