From: Eric W. Biederman Date: Mon, 26 Jun 2006 07:25:42 +0000 (-0700) Subject: [PATCH] proc: Remove unnecessary and misleading assignments from proc_pid_make_inode X-Git-Tag: v2.6.18-rc1~765 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=167965495153ba9829d0a34b6800dbf5d94de8c8;p=pandora-kernel.git [PATCH] proc: Remove unnecessary and misleading assignments from proc_pid_make_inode The removed fields are already set by proc_alloc_inode. Initializing them in proc_alloc_inode implies they need it for proper cleanup. At least ei->pde was not set on all paths making it look like proc_alloc_inode was buggy. So just remove the redundant assignments. Signed-off-by: Eric W. Biederman Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed