> linux-2.5.45/fs/fcblist.c contains some symbols that are
> needed for unix domain sockets if unix sockets are compiled as a
> module. fcblist.o is already in the export-objs declaration in
> fs/Makefile, so I think the intention was for the EXPORT_SYMBOL
> declarations to be in that file.
>
> Here is the patch. I have verified that unix domain sockets
> load with this patch (possibly with some more EXPORT_SYMBOL changes in
> my netsyms.c, which has a bunch of additional exports).
>
> Davide: please let me know if this patch is OK (others are
> welcome to comment too), and, if so, if you are going to forward this
> to Linus or if you want me to do something more.
I'll put this in my next patch to Linus. Exports were there in the
original patch ( /dev/epoll ) but after being caught by a cleanup phobia I
nuke them all :)
- Davide
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/