patch-2.1.79 linux/fs/hfs/extent.c
Next file: linux/fs/hfs/file.c
Previous file: linux/fs/hfs/dir_nat.c
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Mon Jan 12 14:46:24 1998
- Orig file:
v2.1.78/linux/fs/hfs/extent.c
- Orig date:
Tue Jan 6 09:37:36 1998
diff -u --recursive --new-file v2.1.78/linux/fs/hfs/extent.c linux/fs/hfs/extent.c
@@ -693,10 +693,8 @@
fork->lsize =
fork->psize >> HFS_SECTOR_SIZE_BITS;
}
- fork->entry->dirt = 1;
} else if (blks < fork->psize) {
shrink_fork(fork, ablocks);
- fork->entry->dirt = 1;
}
}
}
@@ -738,7 +736,6 @@
if (block >= fork->psize) {
if (create) {
grow_fork(fork, ablock + 1);
- fork->entry->dirt = 1;
} else {
return 0;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov