Re: [PATCH/RFC] Lustre VFS patch

From: hch
Date: Mon May 24 2004 - 07:02:30 EST


Any chance you could please send one mail per patch the next time?
That makes reviewing them a lot easier.

> export-vanilla-2.6.patch
>
> Export symbols used by Lustre.

inodes_stat.nr_unused--;
}

+EXPORT_SYMBOL(__iget);

Explanation please, look completely bogus.

+EXPORT_SYMBOL(do_kern_mount);

Explanation please, while not completely bogus probably
bogus in this context.

+EXPORT_SYMBOL(truncate_complete_page);

Dito, this looks completely bogus to.

EXPORT_SYMBOL(kallsyms_lookup);
EXPORT_SYMBOL(__print_symbol);
+EXPORT_SYMBOL(kernel_text_address);

no way

+EXPORT_SYMBOL(reparent_to_init);

bogus. All your kernel threads should call daemonize()


+EXPORT_SYMBOL(exit_files);

dito.

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