commit | 2e4e27c7d082b2198b63041310609d7191185a9d | [log] [tgz] |
---|---|---|
author | Adam Lackorzynski <[email protected]> | Sun Jan 04 12:00:46 2009 -0800 |
committer | Linus Torvalds <[email protected]> | Sun Jan 04 13:33:20 2009 -0800 |
tree | 4b994ab4569e4510ff4dd4d357807121ab802782 | |
parent | 7b574b7b0124ed344911f5d581e9bc2d83bbeb19 [diff] |
vmalloc.c: fix flushing in vmap_page_range() The flush_cache_vmap in vmap_page_range() is called with the end of the range twice. The following patch fixes this for me. Signed-off-by: Adam Lackorzynski <[email protected]> Cc: Nick Piggin <[email protected]> Cc: <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>