commit | 39a1aa8e194ab67983de3b9d0b204ccee12e689a | [log] [tgz] |
---|---|---|
author | Andrey Ryabinin <aryabinin@virtuozzo.com> | Thu Mar 17 14:18:50 2016 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Mar 17 15:09:34 2016 -0700 |
tree | 66e70a955436cd15a170b848fdba9563bf30cb37 | |
parent | ea606cf5d8df370e7932460dfd960b21f20e7c6d [diff] |
mm: deduplicate memory overcommitment code Currently we have two copies of the same code which implements memory overcommitment logic. Let's move it into mm/util.c and hence avoid duplication. No functional changes here. Signed-off-by: Andrey Ryabinin <aryabinin@virtuozzo.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>