patch-2.4.0-test8 linux/fs/sysv/inode.c
Next file: linux/fs/sysv/namei.c
Previous file: linux/fs/sysv/ialloc.c
Back to the patch index
Back to the overall index
- Lines: 45
- Date:
Tue Sep 5 14:07:30 2000
- Orig file:
v2.4.0-test7/linux/fs/sysv/inode.c
- Orig date:
Thu Jul 27 17:38:02 2000
diff -u --recursive --new-file v2.4.0-test7/linux/fs/sysv/inode.c linux/fs/sysv/inode.c
@@ -532,7 +532,7 @@
if (sb->sv_convert)
time = to_coh_ulong(time);
*sb->sv_sb_time = time;
- mark_buffer_dirty(sb->sv_bh2, 1);
+ mark_buffer_dirty(sb->sv_bh2);
}
sb->s_dirt = 0;
}
@@ -769,7 +769,7 @@
}
memset(result->b_data, 0, sb->sv_block_size);
mark_buffer_uptodate(result, 1);
- mark_buffer_dirty(result, 1);
+ mark_buffer_dirty(result);
} else {
*phys = tmp;
*new = 1;
@@ -780,7 +780,7 @@
goto repeat;
}
*p = (sb->sv_convert ? to_coh_ulong(block) : block);
- mark_buffer_dirty(bh, 1);
+ mark_buffer_dirty(bh);
*err = 0;
out:
brelse(bh);
@@ -894,7 +894,7 @@
if (buffer_new(&dummy)) {
memset(bh->b_data, 0, inode->i_sb->sv_block_size);
mark_buffer_uptodate(bh, 1);
- mark_buffer_dirty(bh, 1);
+ mark_buffer_dirty(bh);
}
return bh;
}
@@ -1126,7 +1126,7 @@
else
for (block = 0; block < 10+1+1+1; block++)
write3byte(&raw_inode->i_a.i_addb[3*block],inode->u.sysv_i.i_data[block]);
- mark_buffer_dirty(bh, 1);
+ mark_buffer_dirty(bh);
return bh;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)