diff options
Diffstat (limited to 'fs/proc/fd.c')
-rw-r--r-- | fs/proc/fd.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/proc/fd.c b/fs/proc/fd.c index 75f2890abbd8..0ff80f9b930f 100644 --- a/fs/proc/fd.c +++ b/fs/proc/fd.c | |||
@@ -230,8 +230,6 @@ static int proc_readfd_common(struct file *file, struct dir_context *ctx, | |||
230 | 230 | ||
231 | if (!dir_emit_dots(file, ctx)) | 231 | if (!dir_emit_dots(file, ctx)) |
232 | goto out; | 232 | goto out; |
233 | if (!dir_emit_dots(file, ctx)) | ||
234 | goto out; | ||
235 | files = get_files_struct(p); | 233 | files = get_files_struct(p); |
236 | if (!files) | 234 | if (!files) |
237 | goto out; | 235 | goto out; |