patch-2.4.0-test8 linux/fs/ufs/cylinder.c
Next file: linux/fs/ufs/ialloc.c
Previous file: linux/fs/ufs/balloc.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Tue Sep 5 14:07:30 2000
- Orig file:
v2.4.0-test7/linux/fs/ufs/cylinder.c
- Orig date:
Sun Jan 17 18:32:26 1999
diff -u --recursive --new-file v2.4.0-test7/linux/fs/ufs/cylinder.c linux/fs/ufs/cylinder.c
@@ -119,7 +119,7 @@
ucg->cg_rotor = SWAB32(ucpi->c_rotor);
ucg->cg_frotor = SWAB32(ucpi->c_frotor);
ucg->cg_irotor = SWAB32(ucpi->c_irotor);
- ubh_mark_buffer_dirty (UCPI_UBH, 1);
+ ubh_mark_buffer_dirty (UCPI_UBH);
for (i = 1; i < UCPI_UBH->count; i++) {
brelse (UCPI_UBH->bh[i]);
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)