From: Eric W. Biederman Date: Mon, 26 Jun 2006 07:25:42 +0000 (-0700) Subject: [PATCH] proc: Remove useless BKL in proc_pid_readlink X-Git-Tag: v2.6.18-rc1~766 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff9724a3f7a69f7b443c05981f84e28017c2fc5a;p=pandora-kernel.git [PATCH] proc: Remove useless BKL in proc_pid_readlink We already call everything except do_proc_readlink outside of the BKL in proc_pid_followlink, and there appears to be nothing in do_proc_readlink that needs any special protection. So remove this leftover from one of the BKL cleanup efforts. Signed-off-by: Eric W. Biederman Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed