Re: [Patch 2/3] Export get_one_pte_map.

From: Robin Holt
Date: Mon Oct 17 2005 - 06:33:06 EST


On Fri, Oct 14, 2005 at 02:30:38PM -0700, Greg KH wrote:
> On Fri, Oct 14, 2005 at 02:22:25PM -0500, Robin Holt wrote:
> > +EXPORT_SYMBOL(get_one_pte_map);
>
> EXPORT_SYMBOL_GPL() ?

Not sure why it would fall that way. Looking at the directory,
I get:

[holt@lnx-holt mm]$ grep -c 'EXPORT_SYMBOL(' *.c | egrep -v ":0$"
bootmem.c:1
filemap.c:34
fremap.c:1
highmem.c:4
hugetlb.c:1
memory.c:12
mempolicy.c:1
mempool.c:8
mmap.c:10
nommu.c:13
page_alloc.c:15
page-writeback.c:11
readahead.c:2
slab.c:16
sparse.c:1
swap.c:6
swapfile.c:1
swap_state.c:1
truncate.c:2
vmalloc.c:6
vmscan.c:2
[holt@lnx-holt mm]$ grep -c 'EXPORT_SYMBOL_GPL(' *.c | egrep -v ":0$"
filemap_xip.c:5
readahead.c:1
slab.c:1
truncate.c:2


I will happily change it, but that seems inconsistent with the
majority of the exports from that subsystem.

Robin
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/