mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 07:14:14 -05:00
an ext2fs file system is mounted. The soft update changes added a check for B_DELWRI buffers. This exposed the complete brokenness of the previous quick fix for failing syncs (PR 3571, committed on 1997/08/04). Use a new buffer flag B_DIRTY and don't abuse B_DELWRI. B_DIRTY buffers are still written too late, as broken in the previous fix. This is fairly harmless, because B_DIRTY is only used for bitmap buffers and fsck.ext2 can fix up the bitmaps perfectly. Fixed a race in ULCK_BUF() (bremfree() was outside of the splbio() section). |
||
|---|---|---|
| .. | ||
| COPYRIGHT.INFO | ||
| ext2_alloc.c | ||
| ext2_balloc.c | ||
| ext2_bmap.c | ||
| ext2_extern.h | ||
| ext2_fs.h | ||
| ext2_fs_sb.h | ||
| ext2_inode.c | ||
| ext2_inode_cnv.c | ||
| ext2_linux_balloc.c | ||
| ext2_linux_ialloc.c | ||
| ext2_lookup.c | ||
| ext2_mount.h | ||
| ext2_readwrite.c | ||
| ext2_subr.c | ||
| ext2_vfsops.c | ||
| ext2_vnops.c | ||
| fs.h | ||
| i386-bitops.h | ||
| inode.h | ||