Re: 2.6.6-rc3-mm1

From: raven
Date: Mon May 03 2004 - 09:50:20 EST



Found a couple of symbols not exported that were needed by the ext3.ko
module.

--- linux-2.6.6-rc3-mm1/fs/dquot.c.orig 2004-05-03 21:59:24.000000000 +0800
+++ linux-2.6.6-rc3-mm1/fs/dquot.c 2004-05-03 22:01:19.000000000 +0800
@@ -1761,6 +1761,8 @@
EXPORT_SYMBOL(vfs_set_dqblk);
EXPORT_SYMBOL(dquot_commit);
EXPORT_SYMBOL(dquot_commit_info);
+EXPORT_SYMBOL(dquot_acquire);
+EXPORT_SYMBOL(dquot_release);
EXPORT_SYMBOL(dquot_mark_dquot_dirty);
EXPORT_SYMBOL(dquot_initialize);
EXPORT_SYMBOL(dquot_drop);
-
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/