| commit | aa55e0cbed12e14820aa4deab7e8d006be4454dc | [log] [tgz] | 
|---|---|---|
| author | Steven Rostedt <srostedt@redhat.com> | Tue Dec 15 12:07:30 2009 -0500 | 
| committer | Steven Rostedt <rostedt@goodmis.org> | Tue Dec 15 12:07:30 2009 -0500 | 
| tree | ab0432f1e2d549e63c45246d8fe715c38007df75 | |
| parent | 0c20bff197ce10fd2e2957324c4c675e2a01f8a3 [diff] | 
Simplify free_page() Both read and mmap do the same thing except the mmap version needs to unmap the page on free. The condition should hold the mmap version. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>