mirror of
https://github.com/opnsense/src.git
synced 2026-05-15 02:30:35 -04:00
The reported bug is UFS: bad file descriptor: soft update journaling
can not be enabled on some FreeBSD-provided disk images – failed
to write updated cg.
The UFS library (libufs(3)) failed to reopen its disk descriptor
when first attempting to update a cylinder group. The error only
occurred when trying to add journaling to a filesystem whose first
cylinder group was too full to hold the journal.
PR: 259090
MFC after: 1 week
Sponsored by: The FreeBSD Foundation
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| block.c | ||
| bread.3 | ||
| cgread.3 | ||
| cgroup.c | ||
| getinode.3 | ||
| inode.c | ||
| libufs.3 | ||
| libufs.h | ||
| Makefile | ||
| Makefile.depend | ||
| sblock.c | ||
| sbread.3 | ||
| type.c | ||
| ufs_disk_close.3 | ||