summaryrefslogtreecommitdiff
path: root/mm/mlock.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2010-08-20 23:24:55 (GMT)
committerLinus Torvalds <torvalds@linux-foundation.org>2010-08-21 15:49:21 (GMT)
commit297c5eee372478fc32fec5fe8eed711eedb13f3d (patch)
tree18415eae0833ff4767943f985900524d6b1d73f1 /mm/mlock.c
parent36423a5ed5e4ea95ceedb68fad52965033e11639 (diff)
downloadlinux-fsl-qoriq-297c5eee372478fc32fec5fe8eed711eedb13f3d.tar.xz
mm: make the vma list be doubly linked
It's a really simple list, and several of the users want to go backwards in it to find the previous vma. So rather than have to look up the previous entry with 'find_vma_prev()' or something similar, just make it doubly linked instead. Tested-by: Ian Campbell <ijc@hellion.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/mlock.c')
0 files changed, 0 insertions, 0 deletions