On 03/20/2014 06:04 AM, Christoph Hellwig wrote: > On Wed, Mar 19, 2014 at 01:47:22PM -0400, Anna Schumaker wrote: >>> } >>> -EXPORT_SYMBOL_GPL(nfs_pageio_init_write); >> I think we still need the EXPORT_SYMBOL_GPL() here. Compiling gives me: >> >> ERROR: "nfs_pageio_init_read" [fs/nfs/nfsv4.ko] undefined! >> ERROR: "nfs_pageio_init_write" [fs/nfs/nfsv4.ko] undefined! > Oh right - I only tested built-in nfs. I have to say the amount of > fairly low-level interfaces exported from the various nfs modules make a > bit of a mess.. > I'm open to suggestions about how to clean it all up! Fewer EXPORT_SYMBOLS wouldn't be a bad thing (along with fewer ifdefs and fewer rpc ops ...) -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html