]> Git Repo - linux.git/commit
mspec_mmap: don't set VM_LOCKED
authorHugh Dickins <[email protected]>
Mon, 16 Jul 2007 06:38:23 +0000 (23:38 -0700)
committerLinus Torvalds <[email protected]>
Mon, 16 Jul 2007 16:05:36 +0000 (09:05 -0700)
commit5dc4ac6324094cd52dc77ddf88296a94b90bbafc
tree11308d4def090b4e88737aad05d914f339ca7b52
parentb49ad484c54116862d717ffafcab1c9a46600b48
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 <[email protected]>
Acked-by: Jes Sorensen <[email protected]>
Cc: Dmitry Monakhov <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/char/mspec.c
This page took 0.047382 seconds and 4 git commands to generate.