From: Hugh Dickins Date: Mon, 16 Jul 2007 06:38:23 +0000 (-0700) Subject: mspec_mmap: don't set VM_LOCKED X-Git-Tag: v2.6.23-rc1~1013 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5dc4ac6324094cd52dc77ddf88296a94b90bbafc;p=pandora-kernel.git mspec_mmap: don't set VM_LOCKED mspec_mmap was setting VM_LOCKED (without adjusting locked_vm): don't do that, it serves no purpose in 2.6, other than to mess up the locked_vm accounting - mspec's pages won't get reclaimed anyway. Thanks to Dmitry Monakhov for raising the issue. Signed-off-by: Hugh Dickins Acked-by: Jes Sorensen Cc: Dmitry Monakhov Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed