X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=fs%2Fproc%2Ffd.c;h=0ff80f9b930f7226124e670c2814d7f4618d4532;hb=a5a1955e0c2d4d325fabdf6b09aa3f9d33e78a10;hp=75f2890abbd8ddcc8a674b1c42397cc1456fd33e;hpb=50aaa6bc047ab3b20321c2a1fdc224401fcd899d;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git diff --git a/fs/proc/fd.c b/fs/proc/fd.c index 75f2890..0ff80f9 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, if (!dir_emit_dots(file, ctx)) goto out; - if (!dir_emit_dots(file, ctx)) - goto out; files = get_files_struct(p); if (!files) goto out;