From: Srikar Dronamraju Date: Fri, 1 Jun 2012 09:19:50 +0000 (+0530) Subject: uprobes: Remove redundant lock_page/unlock_page X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~97^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61e1d394984110e2e76f25572d5b1b5d48796751;p=pandora-kernel.git uprobes: Remove redundant lock_page/unlock_page Since read_opcode() reads from the referenced page and doesnt modify the page contents nor the page attributes, there is no need to lock the page. Signed-off-by: Srikar Dronamraju Signed-off-by: Oleg Nesterov --- Reading git-diff-tree failed