https://github.com/torvalds/linux
Revision 297c5eee372478fc32fec5fe8eed711eedb13f3d authored by Linus Torvalds on 20 August 2010, 23:24:55 UTC, committed by Linus Torvalds on 21 August 2010, 15:49:21 UTC
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>
1 parent 36423a5
History
Tip revision: 297c5eee372478fc32fec5fe8eed711eedb13f3d authored by Linus Torvalds on 20 August 2010, 23:24:55 UTC
mm: make the vma list be doubly linked
Tip revision: 297c5ee
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
tools
usr
virt
.gitignore -rw-r--r-- 936 bytes
.mailmap -rw-r--r-- 3.9 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 91.8 KB
Kbuild -rw-r--r-- 2.4 KB
MAINTAINERS -rw-r--r-- 172.6 KB
Makefile -rw-r--r-- 50.5 KB
README -rw-r--r-- 17.0 KB
REPORTING-BUGS -rw-r--r-- 3.3 KB

README

back to top