lkml.org 
[lkml]   [2002]   [Dec]   [7]   [last100]   RSS-feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Complete thread (EXPERIMENTAL)
/
DateSat, 7 Dec 2002 15:54:40 +0100
FromMatthias Andree <>
SubjectRe: [patch] fix the ext3 data=journal unmount bug
Digg This
On Thu, 05 Dec 2002, Andrew Morton wrote:

fs/buffer.c | 6 ++++--
fs/ext3/super.c | 25 +++++++++++++------------ fs/super.c | 6 +++++-
include/linux/fs.h | 3 ++-
4 files changed, 24 insertions(+), 16 deletions(-)

--- linux-akpm/fs/buffer.c~sync_fs Thu Dec 5 21:33:56 2002 +++ linux-akpm-akpm/fs/buffer.c Thu Dec 5 21:33:56 2002 @@ -327,6 +327,8 @@ int fsync_super(struct super_block *sb) lock_super(sb);
if (sb->s_dirt && sb->s_op && sb->s_op->write_super) sb->s_op->write_super(sb);
+ if (sb->s_op && sb->s_op->sync_fs) + sb->s_op->sync_fs(sb);
unlock_super(sb);
unlock_kernel();

Against what kernel version is this?
\
ISP Services
Valid XHTML 1.0!\ /
Valid CSS! Last update: 2005-03-22 12:31    [W:1.054 / U:0.010 seconds]
©2003-2005 Jasper Spaans