patch-2.4.0-test8 linux/fs/hpfs/dnode.c
Next file: linux/fs/hpfs/ea.c
Previous file: linux/fs/hpfs/buffer.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Tue Sep 5 14:07:29 2000
- Orig file:
v2.4.0-test7/linux/fs/hpfs/dnode.c
- Orig date:
Fri Oct 22 13:21:52 1999
diff -u --recursive --new-file v2.4.0-test7/linux/fs/hpfs/dnode.c linux/fs/hpfs/dnode.c
@@ -337,7 +337,7 @@
return 1;
}
fnode->u.external[0].disk_secno = rdno;
- mark_buffer_dirty(bh, 1);
+ mark_buffer_dirty(bh);
brelse(bh);
d->up = ad->up = i->i_hpfs_dno = rdno;
d->root_dnode = ad->root_dnode = 0;
@@ -535,7 +535,7 @@
}
if ((fnode = hpfs_map_fnode(i->i_sb, up, &bh))) {
fnode->u.external[0].disk_secno = down;
- mark_buffer_dirty(bh, 1);
+ mark_buffer_dirty(bh);
brelse(bh);
}
i->i_hpfs_dno = down;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)