lkml.org 
[lkml]   [2001]   [Oct]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: [reiserfs-list] 2.4.14-pre3 and umount
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
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() ;
\
 
 \ /
  Last update: 2005-03-22 13:11    [W:0.033 / U:0.796 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site