]> Git Repo - linux.git/commit
mm/mlock: prepare params outside critical region
authorDavidlohr Bueso <[email protected]>
Tue, 21 Jan 2014 23:49:16 +0000 (15:49 -0800)
committerLinus Torvalds <[email protected]>
Wed, 22 Jan 2014 00:19:44 +0000 (16:19 -0800)
commit1f1cd7054fe7f45e65dd4963d0a38e5ab7a57cae
tree3296b8809eca9c4eb6db72a4d00d2c534b6c8db2
parent363ee17f0f405faff74d9aaf93d21d5f41d5102d
mm/mlock: prepare params outside critical region

All mlock related syscalls prepare lock limits, lengths and start
parameters with the mmap_sem held.  Move this logic outside of the
critical region.  For the case of mlock, continue incrementing the
amount already locked by mm->locked_vm with the rwsem taken.

Signed-off-by: Davidlohr Bueso <[email protected]>
Cc: Rik van Riel <[email protected]>
Reviewed-by: Michel Lespinasse <[email protected]>
Acked-by: Vlastimil Babka <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/mlock.c
This page took 0.045722 seconds and 4 git commands to generate.