patch-2.4.0-test8 linux/fs/affs/inode.c

Next file: linux/fs/affs/namei.c
Previous file: linux/fs/affs/file.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test7/linux/fs/affs/inode.c linux/fs/affs/inode.c
@@ -232,7 +232,7 @@
 		}
 	}
 	affs_fix_checksum(AFFS_I2BSIZE(inode),bh->b_data,5);
-	mark_buffer_dirty(bh,1);
+	mark_buffer_dirty(bh);
 	brelse(bh);
 	unlock_kernel();
 }
@@ -392,7 +392,7 @@
 		affs_fix_checksum(AFFS_I2BSIZE(link),link_bh->b_data,5);
 		link->i_version = ++event;
 		mark_inode_dirty(link);
-		mark_buffer_dirty(link_bh,1);
+		mark_buffer_dirty(link_bh);
 	}
 	affs_fix_checksum(AFFS_I2BSIZE(inode),inode_bh->b_data,5);
 	affs_fix_checksum(AFFS_I2BSIZE(dir),dir_bh->b_data,5);
@@ -402,8 +402,8 @@
 
 	mark_inode_dirty(dir);
 	mark_inode_dirty(inode);
-	mark_buffer_dirty(dir_bh,1);
-	mark_buffer_dirty(inode_bh,1);
+	mark_buffer_dirty(dir_bh);
+	mark_buffer_dirty(inode_bh);
 
 addentry_done:
 	affs_brelse(dir_bh);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)