From: Eric W. Biederman Date: Mon, 26 Jun 2006 07:25:48 +0000 (-0700) Subject: [PATCH] proc: Move proc_maps_operations into task_mmu.c X-Git-Tag: v2.6.18-rc1~758 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=662795deb854b31501e0ffb42b7f0cce802c134a;p=pandora-kernel.git [PATCH] proc: Move proc_maps_operations into task_mmu.c All of the functions for proc_maps_operations are already defined in task_mmu.c so move the operations structure to keep the functionality together. Since task_nommu.c implements a dummy version of /proc//maps give it a simplified version of proc_maps_operations that it can modify to best suit its needs. Signed-off-by: Eric W. Biederman Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed