]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] mincore: fill in results properly
authorNick Piggin <npiggin@suse.de>
Wed, 14 Feb 2007 11:36:32 +0000 (12:36 +0100)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 15 Feb 2007 17:57:03 +0000 (09:57 -0800)
commit3863f7993d313dea6dc1831e138b8990c55ac946
tree3379adb0f6ede8e276e100c6705a6aeb6a5c5feb
parent8bb6e36eb769bee70c7178f046d77f97a86a7936
[PATCH] mincore: fill in results properly

Paper bag time. Thanks to Randy for noticing that I didn't actually assign
'present' to anything.

Unfortunately my original patch passed the few simple test cases I gave it,
purely by coincidence.

Signed-off-by: Nick Piggin <npiggin@suse.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/mincore.c