]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] output of /proc/maps on nommu systems is incomplete
authorDavid McCullough <davidm@snapgear.com>
Mon, 17 Oct 2005 23:43:29 +0000 (16:43 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 18 Oct 2005 00:03:57 +0000 (17:03 -0700)
commitd1e3ec325c9aff7b4b37e14c09abb1d8e9ba8322
treeeed63a503028c04db304c37969fa0c54e8c28dda
parent35f02cfc2804f9a3823126a0a1b411737ffdafe7
[PATCH] output of /proc/maps on nommu systems is incomplete

Currently you do not get all the map entries on nommu systems because the
start function doesn't index into the list using the value of "pos".

Signed-off-by: David McCullough <davidm@snapgear.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/proc/nommu.c