aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/fpga/fpga-mgr.c
diff options
context:
space:
mode:
authorJerome Marchand <[email protected]>2015-11-20 23:57:02 +0000
committerLinus Torvalds <[email protected]>2015-11-21 00:17:32 +0000
commit7511c3ede752e6dd67df20779b4e11effe102637 (patch)
treea3ec206ac3a6816a803d2a793dcbe86ca2f041ee /drivers/fpga/fpga-mgr.c
parenttools/vm/page-types.c: support KPF_IDLE (diff)
downloadkernel-7511c3ede752e6dd67df20779b4e11effe102637.tar.gz
kernel-7511c3ede752e6dd67df20779b4e11effe102637.zip
mm: vmalloc: don't remove inexistent guard hole in remove_vm_area()
Commit 71394fe50146 ("mm: vmalloc: add flag preventing guard hole allocation") missed a spot. Currently remove_vm_area() decreases vm->size to "remove" the guard hole page, even when it isn't present. All but one users just free the vm_struct rigth away and never access vm->size anyway. Don't touch the size in remove_vm_area() and have __vunmap() use the proper get_vm_area_size() helper. Signed-off-by: Jerome Marchand <[email protected]> Acked-by: Andrey Ryabinin <[email protected]> Acked-by: David Rientjes <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'drivers/fpga/fpga-mgr.c')
0 files changed, 0 insertions, 0 deletions