lkml.org 
[lkml]   [1997]   [Jul]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
SubjectRe: pre-patch2.1.45-3 lookin' good
From
Date
Is this part of the patch correct? Everywhere else that inode->i_dirt
= 0 appears, it is removed, not replaced with mark_inode_dirty(inode).

diff -u --recursive --new-file v2.1.44/linux/fs/ext2/ialloc.c linux/fs/ext2/iall
oc.c
--- v2.1.44/linux/fs/ext2/ialloc.c Mon Jun 16 16:35:57 1997
+++ linux/fs/ext2/ialloc.c Tue Jul 8 16:06:41 1997
@@ -216,7 +216,7 @@
es->s_free_inodes_count =
cpu_to_le32(le32_to_cpu(es->s_free_inodes_count) + 1);
mark_buffer_dirty(sb->u.ext2_sb.s_sbh, 1);
- inode->i_dirt = 0;
+ mark_inode_dirty(inode);

\
 
 \ /
  Last update: 2005-03-22 13:39    [W:0.036 / U:0.112 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site