Re: 2.6.5-rc2-mm2

From: Marc-Christian Petersen
Date: Wed Mar 24 2004 - 03:30:16 EST


On Wednesday 24 March 2004 09:22, Marc-Christian Petersen wrote:

Hi Jan,

> > +ext3-journalled-quotas.patch
> > Reintroduce the patch which adds journalling of ext3 quota files.
> You keep forgetting this ;)

and you too Jan ;)

> WARNING: /lib/modules/2.6.5-rc2-mm2/kernel/fs/quota_v2.ko needs unknown
> symbol mark_info_dirty

ciao, Marc

--- old/fs/dquot.c 2004-03-24 08:52:42.000000000 +0100
+++ new/fs/dquot.c 2004-03-24 09:21:30.000000000 +0100
@@ -286,7 +286,7 @@ void mark_info_dirty(struct super_block
{
set_bit(DQF_INFO_DIRTY_B, &sb_dqopt(sb)->info[type].dqi_flags);
}
-
+EXPORT_SYMBOL(mark_info_dirty);

/*
* Read dquot from disk and alloc space for it