commit | 61e1d394984110e2e76f25572d5b1b5d48796751 | [log] [tgz] |
---|---|---|
author | Srikar Dronamraju <srikar@linux.vnet.ibm.com> | Fri Jun 01 14:49:50 2012 +0530 |
committer | Oleg Nesterov <oleg@redhat.com> | Tue Aug 28 18:21:15 2012 +0200 |
tree | e189b458a639d23986c0ebe0f2c52879b2a324a3 | |
parent | 508dc4f8eece1a70c493afc6511fdf5934fef567 [diff] |
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 <srikar@linux.vnet.ibm.com> Signed-off-by: Oleg Nesterov <oleg@redhat.com>