Loading fs/proc/fd.c +0 −2 Original line number Diff line number Diff line Loading @@ -228,8 +228,6 @@ static int proc_readfd_common(struct file *file, struct dir_context *ctx, if (!p) return -ENOENT; if (!dir_emit_dots(file, ctx)) goto out; if (!dir_emit_dots(file, ctx)) goto out; files = get_files_struct(p); Loading Loading
fs/proc/fd.c +0 −2 Original line number Diff line number Diff line Loading @@ -228,8 +228,6 @@ static int proc_readfd_common(struct file *file, struct dir_context *ctx, if (!p) return -ENOENT; if (!dir_emit_dots(file, ctx)) goto out; if (!dir_emit_dots(file, ctx)) goto out; files = get_files_struct(p); Loading