2.6: why no EXPORT_SYMBOL of get_sb_pseudo()?

From: Mikael Pettersson
Date: Wed Oct 01 2003 - 04:05:41 EST


fs/libfs.c:get_sb_pseudo() isn't exported to modules,
but a lot of the other stuff in fs/libfs.c is.

Is there a particular reason for this or just an oversight?

Making a private copy of get_sb_pseudo()'s definition works
in a module, but that's not exactly productive use of
programmer time or source and object code space.

/Mikael
-
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/