commit | 2e4e27c7d082b2198b63041310609d7191185a9d | [log] [tgz] |
---|---|---|
author | Adam Lackorzynski <adam@os.inf.tu-dresden.de> | Sun Jan 04 12:00:46 2009 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | 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 <adam@os.inf.tu-dresden.de> Cc: Nick Piggin <nickpiggin@yahoo.com.au> Cc: <stable@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>