* [PATCH 5/5] nommu: fix bug ip_conntrack does not work on nommu
@ 2007-04-11 9:40 Wu, Bryan
2007-04-11 10:56 ` David Howells
0 siblings, 1 reply; 2+ messages in thread
From: Wu, Bryan @ 2007-04-11 9:40 UTC (permalink / raw)
To: David Howells, linux-kernel, Andrew Morton
num_physpages is not exported out in mm/nommu.c, so the ip_conntrack
module link will fail.
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
---
mm/nommu.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/mm/nommu.c b/mm/nommu.c
index 0016557..db0452e 100644
--- a/mm/nommu.c
+++ b/mm/nommu.c
@@ -45,6 +45,7 @@ int heap_stack_gap = 0;
EXPORT_SYMBOL(mem_map);
EXPORT_SYMBOL(__vm_enough_memory);
+EXPORT_SYMBOL(num_physpages);
/* list of shareable VMAs */
struct rb_root nommu_vma_tree = RB_ROOT;
--
1.5.0.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 5/5] nommu: fix bug ip_conntrack does not work on nommu
2007-04-11 9:40 [PATCH 5/5] nommu: fix bug ip_conntrack does not work on nommu Wu, Bryan
@ 2007-04-11 10:56 ` David Howells
0 siblings, 0 replies; 2+ messages in thread
From: David Howells @ 2007-04-11 10:56 UTC (permalink / raw)
To: bryan.wu; +Cc: linux-kernel, Andrew Morton
Wu, Bryan <bryan.wu@analog.com> wrote:
> num_physpages is not exported out in mm/nommu.c, so the ip_conntrack
> module link will fail.
Fine by me.
Acked-By: David Howells <dhowells@redhat.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-04-11 10:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-11 9:40 [PATCH 5/5] nommu: fix bug ip_conntrack does not work on nommu Wu, Bryan
2007-04-11 10:56 ` David Howells
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox