Re: 2.6.17-ck1: fcache problem...

From: Paolo Ornati
Date: Tue Jun 27 2006 - 06:23:43 EST


On Tue, 27 Jun 2006 11:54:44 +0200
Jens Axboe <axboe@xxxxxxx> wrote:

> > So the problem is that "fcache_close_dev()" have zero chances to run ;)
>
> Hmm, you seem to be using an older fcache version. I'll test this and
> post an updated patch if it doesn't work with the newer version.

I'm using the one that comes with "2.6.17-ck1" as the subject suggest :)

Anyway I've just seen this in your git tree:


@@ -2222,6 +2283,7 @@ static int ext3_remount (struct super_bl

[CUT]

ext3_init_journal_params(sb, sbi->s_journal);

+ if (fcache_devnum) {
+ ext3_close_fcache(sb);
+ ext3_open_fcache(sb, fcache_devnum);
+ }


So I suppose that it's already fixed.

:)

--
Paolo Ornati
Linux 2.6.17-ck1 on x86_64
-
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/