Re: [reiserfs-list] 2.4.14-pre3 and umount

Dirk Mueller (dmuell@gmx.net)
Sun, 28 Oct 2001 13:06:43 +0100


--zhXaljGHf11kAtnf
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

On Son, 28 Okt 2001, Ed Tomlinson wrote:

> else see this behavior? With straight 2.4.14-pre3?

Try this patch, which is floating around for over half a year already and
still not in the kernel:

Dirk

--zhXaljGHf11kAtnf
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=53_reiser-snapshot-fix

diff -urN linux-2.4.4.tmp/fs/reiserfs/super.c linux-2.4.4.SuSE/fs/reiserfs/super.c
--- linux-2.4.4.tmp/fs/reiserfs/super.c Mon Apr 30 16:01:29 2001
+++ linux-2.4.4.SuSE/fs/reiserfs/super.c Mon Apr 30 16:02:13 2001
@@ -80,7 +80,7 @@
reiserfs_prepare_for_journal(s, SB_BUFFER_WITH_SB(s), 1);
journal_mark_dirty(&th, s, SB_BUFFER_WITH_SB (s));
reiserfs_block_writes(&th) ;
- journal_end(&th, s, 1) ;
+ journal_end_sync(&th, s, 1) ;
}
s->s_dirt = dirty;
unlock_kernel() ;

--zhXaljGHf11kAtnf--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/