diff options
author | Glauber Costa <[email protected]> | 2008-11-19 15:36:33 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2008-11-19 18:49:58 -0800 |
commit | 0ae15132a4f5c758a6ffcde74495641dc3f62ba1 (patch) | |
tree | c81f885105a038aa694c700e4aec37377f640881 /fs/jbd2/commit.c | |
parent | 496850e5f5a372029ceb2b35c811770a9bb073b6 (diff) |
mm: vmalloc search restart fix
Current vmalloc restart search for a free area in case we can't find one.
The reason is there are areas which are lazily freed, and could be
possibly freed now. However, current implementation start searching the
tree from the last failing address, which is pretty much by definition at
the end of address space. So, we fail.
The proposal of this patch is to restart the search from the beginning of
the requested vstart address. This fixes the regression in running KVM
virtual machines for me, described in http://lkml.org/lkml/2008/10/28/349,
caused by commit db64fe02258f1507e13fe5212a989922323685ce.
Signed-off-by: Glauber Costa <[email protected]>
Signed-off-by: Nick Piggin <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'fs/jbd2/commit.c')
0 files changed, 0 insertions, 0 deletions